Class transverifyPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.transverifyPayload
-
public class transverifyPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description transverifyPayload()
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getTxref
public String getTxref()
- Returns:
- the txref
-
setTxref
public void setTxref(String txref)
- Parameters:
txref- the txref to set
-
getSECKEY
public String getSECKEY()
- Returns:
- the SECKEY
-
setSECKEY
public void setSECKEY(String SECKEY)
- Parameters:
SECKEY- the SECKEY to set
-
-