Class BillModel
- java.lang.Object
-
- com.flutterwave.rave.java.payload.BillModel
-
public class BillModel extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description BillModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAmount()StringgetCountry()StringgetCustomerId()intgetRecurringType()StringgetReference()StringgetSecret_key()StringgetService()StringgetService_channel()StringgetService_method()StringgetService_version()StringgetTest()booleanisIsAirtime()voidsetAmount(int Amount)voidsetCountry(String Country)voidsetCustomerId(String CustomerId)voidsetIsAirtime(boolean IsAirtime)voidsetRecurringType(int RecurringType)voidsetReference(String Reference)voidsetSecret_key(String secret_key)voidsetService(String service)voidsetService_channel(String service_channel)voidsetService_method(String service_method)voidsetService_version(String service_version)voidsetTest(String test)
-
-
-
Method Detail
-
getTest
public String getTest()
- Returns:
- the test
-
setTest
public void setTest(String test)
- Parameters:
test- the test 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
-
getService
public String getService()
- Returns:
- the service
-
setService
public void setService(String service)
- Parameters:
service- the service to set
-
getService_method
public String getService_method()
- Returns:
- the service_method
-
setService_method
public void setService_method(String service_method)
- Parameters:
service_method- the service_method to set
-
getService_version
public String getService_version()
- Returns:
- the service_version
-
setService_version
public void setService_version(String service_version)
- Parameters:
service_version- the service_version to set
-
getService_channel
public String getService_channel()
- Returns:
- the service_channel
-
setService_channel
public void setService_channel(String service_channel)
- Parameters:
service_channel- the service_channel 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
-
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
-
-