Class fundcardpayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.fundcardpayload
-
public class fundcardpayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description fundcardpayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()StringgetDebit_currency()StringgetId()StringgetSecret_key()StringgetTest()voidsetAmount(String amount)voidsetDebit_currency(String debit_currency)voidsetId(String id)voidsetSecret_key(String secret_key)voidsetTest(String test)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount to set
-
getDebit_currency
public String getDebit_currency()
- Returns:
- the debit_currency
-
setDebit_currency
public void setDebit_currency(String debit_currency)
- Parameters:
debit_currency- the debit_currency to set
-
getSecret_key
public String getSecret_key()
- Returns:
- the secret_key
-
setSecret_key
public void setSecret_key(String secret_key)
- Parameters:
secret_key- the secret_key to set
-
-