Class virtualcardpayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.virtualcardpayload
-
public class virtualcardpayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description virtualcardpayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()StringgetBilling_address()StringgetBilling_city()StringgetBilling_country()StringgetBilling_name()StringgetBilling_postal_code()StringgetBilling_state()StringgetCurrency()StringgetId()StringgetPage()StringgetSecret_key()StringgetTest()voidsetAmount(String amount)voidsetBilling_address(String billing_address)voidsetBilling_city(String billing_city)voidsetBilling_country(String billing_country)voidsetBilling_name(String billing_name)voidsetBilling_postal_code(String billing_postal_code)voidsetBilling_state(String billing_state)voidsetCurrency(String currency)voidsetId(String id)voidsetPage(String page)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
-
getPage
public String getPage()
- Returns:
- the page
-
setPage
public void setPage(String page)
- Parameters:
page- the page 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
-
getCurrency
public String getCurrency()
- Returns:
- the currency
-
setCurrency
public void setCurrency(String currency)
- Parameters:
currency- the currency to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount to set
-
getBilling_name
public String getBilling_name()
- Returns:
- the billing_name
-
setBilling_name
public void setBilling_name(String billing_name)
- Parameters:
billing_name- the billing_name to set
-
getBilling_address
public String getBilling_address()
- Returns:
- the billing_address
-
setBilling_address
public void setBilling_address(String billing_address)
- Parameters:
billing_address- the billing_address to set
-
getBilling_city
public String getBilling_city()
- Returns:
- the billing_city
-
setBilling_city
public void setBilling_city(String billing_city)
- Parameters:
billing_city- the billing_city to set
-
getBilling_state
public String getBilling_state()
- Returns:
- the billing_state
-
setBilling_state
public void setBilling_state(String billing_state)
- Parameters:
billing_state- the billing_state to set
-
getBilling_postal_code
public String getBilling_postal_code()
- Returns:
- the billing_postal_code
-
setBilling_postal_code
public void setBilling_postal_code(String billing_postal_code)
- Parameters:
billing_postal_code- the billing_postal_code to set
-
getBilling_country
public String getBilling_country()
- Returns:
- the billing_country
-
setBilling_country
public void setBilling_country(String billing_country)
- Parameters:
billing_country- the billing_country to set
-
-