Class service_payload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.service_payload
-
public class service_payload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description service_payload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAmount()StringgetBillerName()StringgetCountry()StringgetCustomerId()intgetRecurringType()StringgetReference()booleanisIsAirtime()voidsetAmount(int Amount)voidsetBillerName(String BillerName)voidsetCountry(String Country)voidsetCustomerId(String CustomerId)voidsetIsAirtime(boolean IsAirtime)voidsetRecurringType(int RecurringType)voidsetReference(String Reference)
-
-
-
Method Detail
-
getAmount
public int getAmount()
- Returns:
- the Amount
-
setAmount
public void setAmount(int Amount)
- Parameters:
Amount- the Amount to set
-
getRecurringType
public int getRecurringType()
- Returns:
- the RecurringType
-
setRecurringType
public void setRecurringType(int RecurringType)
- Parameters:
RecurringType- the RecurringType to set
-
isIsAirtime
public boolean isIsAirtime()
- Returns:
- the IsAirtime
-
setIsAirtime
public void setIsAirtime(boolean IsAirtime)
- Parameters:
IsAirtime- the IsAirtime to set
-
getCountry
public String getCountry()
- Returns:
- the Country
-
setCountry
public void setCountry(String Country)
- Parameters:
Country- the Country to set
-
getCustomerId
public String getCustomerId()
- Returns:
- the CustomerId
-
setCustomerId
public void setCustomerId(String CustomerId)
- Parameters:
CustomerId- the CustomerId to set
-
getReference
public String getReference()
- Returns:
- the Reference
-
setReference
public void setReference(String Reference)
- Parameters:
Reference- the Reference to set
-
getBillerName
public String getBillerName()
- Returns:
- the BillerName
-
setBillerName
public void setBillerName(String BillerName)
- Parameters:
BillerName- the BillerName to set
-
-