Class validateCardPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.validateCardPayload
-
public class validateCardPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description validateCardPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOtp()StringgetPBFPubKey()StringgetTest()StringgetTransaction_reference()voidsetOtp(String otp)voidsetPBFPubKey(String PBFPubKey)voidsetTest(String test)voidsetTransaction_reference(String transaction_reference)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getPBFPubKey
public String getPBFPubKey()
- Returns:
- the PBFPubKey
-
setPBFPubKey
public void setPBFPubKey(String PBFPubKey)
- Parameters:
PBFPubKey- the PBFPubKey to set
-
getTransaction_reference
public String getTransaction_reference()
- Returns:
- the transaction_reference
-
setTransaction_reference
public void setTransaction_reference(String transaction_reference)
- Parameters:
transaction_reference- the transaction_reference to set
-
getOtp
public String getOtp()
- Returns:
- the otp
-
setOtp
public void setOtp(String otp)
- Parameters:
otp- the otp to set
-
-