Class ebillpayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.ebillpayload
-
public class ebillpayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description ebillpayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountnumber()StringgetAmount()StringgetCountry()StringgetCurrency()StringgetEmail()StringgetIP()StringgetNarration()StringgetNumberofunits()StringgetPhonenumber()StringgetReference()StringgetSECKEY()StringgetTest()StringgetTxRef()voidsetAccountnumber(String accountnumber)voidsetAmount(String amount)voidsetCountry(String country)voidsetCurrency(String currency)voidsetEmail(String email)voidsetIP(String IP)voidsetNarration(String narration)voidsetNumberofunits(String numberofunits)voidsetPhonenumber(String phonenumber)voidsetReference(String reference)voidsetSECKEY(String SECKEY)voidsetTest(String test)voidsetTxRef(String txRef)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test to set
-
getCountry
public String getCountry()
- Returns:
- the country
-
setCountry
public void setCountry(String country)
- Parameters:
country- the country to set
-
getReference
public String getReference()
- Returns:
- the reference
-
setReference
public void setReference(String reference)
- Parameters:
reference- the reference to set
-
getSECKEY
public String getSECKEY()
- Returns:
- the SECKEY
-
setSECKEY
public void setSECKEY(String SECKEY)
- Parameters:
SECKEY- the SECKEY to set
-
getAccountnumber
public String getAccountnumber()
- Returns:
- the accountnumber
-
setAccountnumber
public void setAccountnumber(String accountnumber)
- Parameters:
accountnumber- the accountnumber to set
-
getNarration
public String getNarration()
- Returns:
- the narration
-
setNarration
public void setNarration(String narration)
- Parameters:
narration- the narration to set
-
getNumberofunits
public String getNumberofunits()
- Returns:
- the numberofunits
-
setNumberofunits
public void setNumberofunits(String numberofunits)
- Parameters:
numberofunits- the numberofunits 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
-
getPhonenumber
public String getPhonenumber()
- Returns:
- the phonenumber
-
setPhonenumber
public void setPhonenumber(String phonenumber)
- Parameters:
phonenumber- the phonenumber to set
-
getEmail
public String getEmail()
- Returns:
- the email
-
setEmail
public void setEmail(String email)
- Parameters:
email- the email to set
-
getTxRef
public String getTxRef()
- Returns:
- the txRef
-
setTxRef
public void setTxRef(String txRef)
- Parameters:
txRef- the txRef to set
-
getIP
public String getIP()
- Returns:
- the IP
-
setIP
public void setIP(String IP)
- Parameters:
IP- the IP to set
-
-