Class bulkdataPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.bulkdataPayload
-
public class bulkdataPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description bulkdataPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount_number()StringgetAmount()StringgetBank()StringgetCurrency()StringgetNarration()StringgetReference()voidsetAccount_number(String Account_number)voidsetAmount(String Amount)voidsetBank(String Bank)voidsetCurrency(String Currency)voidsetNarration(String Narration)voidsetReference(String reference)
-
-
-
Method Detail
-
getBank
public String getBank()
- Returns:
- the Bank
-
setBank
public void setBank(String Bank)
- Parameters:
Bank- the Bank to set
-
getAccount_number
public String getAccount_number()
- Returns:
- the Account_number
-
setAccount_number
public void setAccount_number(String Account_number)
- Parameters:
Account_number- the Account_number to set
-
getAmount
public String getAmount()
- Returns:
- the Amount
-
setAmount
public void setAmount(String Amount)
- Parameters:
Amount- the Amount to set
-
getCurrency
public String getCurrency()
- Returns:
- the Currency
-
setCurrency
public void setCurrency(String Currency)
- Parameters:
Currency- the Currency to set
-
getNarration
public String getNarration()
- Returns:
- the Narration
-
setNarration
public void setNarration(String Narration)
- Parameters:
Narration- the Narration to set
-
getReference
public String getReference()
- Returns:
- the reference
-
setReference
public void setReference(String reference)
- Parameters:
reference- the reference to set
-
-