Class withdrawcardpayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.withdrawcardpayload
-
public class withdrawcardpayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description withdrawcardpayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()StringgetCard_id()StringgetSecret_key()StringgetTest()voidsetAmount(String amount)voidsetCard_id(String card_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
-
getCard_id
public String getCard_id()
- Returns:
- the card_id
-
setCard_id
public void setCard_id(String card_id)
- Parameters:
card_id- the card_id to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount 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
-
-