Class tokenChargePayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.tokenChargePayload
-
public class tokenChargePayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description tokenChargePayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmount()StringgetCountry()StringgetCurrency()StringgetEmail()StringgetFirstname()StringgetIP()StringgetLastname()StringgetSECKEY()StringgetTest()StringgetToken()StringgetTxRef()voidsetAmount(String amount)voidsetCountry(String country)voidsetCurrency(String currency)voidsetEmail(String email)voidsetFirstname(String firstname)voidsetIP(String IP)voidsetLastname(String lastname)voidsetSECKEY(String SECKEY)voidsetTest(String test)voidsetToken(String token)voidsetTxRef(String txRef)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getCurrency
public String getCurrency()
- Returns:
- the currency
-
setCurrency
public void setCurrency(String currency)
- Parameters:
currency- the currency to set
-
getSECKEY
public String getSECKEY()
- Returns:
- the SECKEY
-
setSECKEY
public void setSECKEY(String SECKEY)
- Parameters:
SECKEY- the SECKEY to set
-
getToken
public String getToken()
- Returns:
- the token
-
setToken
public void setToken(String token)
- Parameters:
token- the token to set
-
getCountry
public String getCountry()
- Returns:
- the country
-
setCountry
public void setCountry(String country)
- Parameters:
country- the country to set
-
getAmount
public String getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(String amount)
- Parameters:
amount- the amount to set
-
getEmail
public String getEmail()
- Returns:
- the email
-
setEmail
public void setEmail(String email)
- Parameters:
email- the email to set
-
getFirstname
public String getFirstname()
- Returns:
- the firstname
-
setFirstname
public void setFirstname(String firstname)
- Parameters:
firstname- the firstname to set
-
getLastname
public String getLastname()
- Returns:
- the lastname
-
setLastname
public void setLastname(String lastname)
- Parameters:
lastname- the lastname to set
-
getIP
public String getIP()
- Returns:
- the IP
-
setIP
public void setIP(String IP)
- Parameters:
IP- the IP to set
-
getTxRef
public String getTxRef()
- Returns:
- the txRef
-
setTxRef
public void setTxRef(String txRef)
- Parameters:
txRef- the txRef to set
-
-