Class transferPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.transferPayload
-
public class transferPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description transferPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccount_bank()StringgetAccount_number()StringgetAmount()StringgetBeneficiary_name()StringgetCurrency()StringgetDestination_branch_code()metaTransferpayloadgetMeta()StringgetNarration()StringgetReference()StringgetSeckey()voidsetAccount_bank(String account_bank)voidsetAccount_number(String account_number)voidsetAmount(String amount)voidsetBeneficiary_name(String beneficiary_name)voidsetCurrency(String currency)voidsetDestination_branch_code(String destination_branch_code)voidsetMeta(metaTransferpayload meta)voidsetNarration(String narration)voidsetReference(String reference)voidsetSeckey(String seckey)
-
-
-
Method Detail
-
getAccount_bank
public String getAccount_bank()
- Returns:
- the account_bank
-
setAccount_bank
public void setAccount_bank(String account_bank)
- Parameters:
account_bank- the account_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
-
getSeckey
public String getSeckey()
- Returns:
- the seckey
-
setSeckey
public void setSeckey(String seckey)
- Parameters:
seckey- the seckey to set
-
getNarration
public String getNarration()
- Returns:
- the narration
-
setNarration
public void setNarration(String narration)
- Parameters:
narration- the narration to set
-
getCurrency
public String getCurrency()
- Returns:
- the currency
-
setCurrency
public void setCurrency(String currency)
- Parameters:
currency- the currency to set
-
getReference
public String getReference()
- Returns:
- the reference
-
setReference
public void setReference(String reference)
- Parameters:
reference- the reference to set
-
getMeta
public metaTransferpayload getMeta()
- Returns:
- the meta
-
setMeta
public void setMeta(metaTransferpayload meta)
- Parameters:
meta- the meta to set
-
getBeneficiary_name
public String getBeneficiary_name()
- Returns:
- the beneficiary_name
-
setBeneficiary_name
public void setBeneficiary_name(String beneficiary_name)
- Parameters:
beneficiary_name- the beneficiary_name to set
-
getDestination_branch_code
public String getDestination_branch_code()
- Returns:
- the destination_branch_code
-
setDestination_branch_code
public void setDestination_branch_code(String destination_branch_code)
- Parameters:
destination_branch_code- the destination_branch_code to set
-
-