Class webhookTransferPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.webhookTransferPayload
-
public class webhookTransferPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description webhookTransferPayload()
-
Method Summary
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
- Parameters:
id- the id 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
-
getBank_code
public String getBank_code()
- Returns:
- the bank_code
-
setBank_code
public void setBank_code(String bank_code)
- Parameters:
bank_code- the bank_code to set
-
getFullname
public String getFullname()
- Returns:
- the fullname
-
setFullname
public void setFullname(String fullname)
- Parameters:
fullname- the fullname to set
-
getDate_created
public String getDate_created()
- Returns:
- the date_created
-
setDate_created
public void setDate_created(String date_created)
- Parameters:
date_created- the date_created 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
-
getFee
public String getFee()
- Returns:
- the fee
-
setFee
public void setFee(String fee)
- Parameters:
fee- the fee to set
-
getStatus
public String getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(String status)
- Parameters:
status- the status to set
-
getReference
public String getReference()
- Returns:
- the reference
-
setReference
public void setReference(String reference)
- Parameters:
reference- the reference to set
-
getNarration
public String getNarration()
- Returns:
- the narration
-
setNarration
public void setNarration(String narration)
- Parameters:
narration- the narration to set
-
getApprover
public String getApprover()
- Returns:
- the approver
-
setApprover
public void setApprover(String approver)
- Parameters:
approver- the approver to set
-
getComplete_message
public String getComplete_message()
- Returns:
- the complete_message
-
setComplete_message
public void setComplete_message(String complete_message)
- Parameters:
complete_message- the complete_message to set
-
getRequires_approval
public String getRequires_approval()
- Returns:
- the requires_approval
-
setRequires_approval
public void setRequires_approval(String requires_approval)
- Parameters:
requires_approval- the requires_approval to set
-
getIs_approved
public String getIs_approved()
- Returns:
- the is_approved
-
setIs_approved
public void setIs_approved(String is_approved)
- Parameters:
is_approved- the is_approved to set
-
getBank_name
public String getBank_name()
- Returns:
- the bank_name
-
setBank_name
public void setBank_name(String bank_name)
- Parameters:
bank_name- the bank_name to set
-
-