Class webhookPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.webhookPayload
-
public class webhookPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description webhookPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAmount()doublegetCharged_amount()StringgetCreatedAt()StringgetCurrency()webhookCustomerPayloadgetCustomer()webhookEntityPayloadgetEntity()StringgetFlwRef()doublegetId()StringgetIP()StringgetOrderRef()StringgetPaymentPlan()StringgetStatus()webhookTransferPayloadgetTransfer()StringgetTxRef()voidsetAmount(double amount)voidsetCharged_amount(double charged_amount)voidsetCreatedAt(String createdAt)voidsetCurrency(String currency)voidsetCustomer(webhookCustomerPayload customer)voidsetEntity(webhookEntityPayload entity)voidsetFlwRef(String flwRef)voidsetId(double id)voidsetIP(String IP)voidsetOrderRef(String orderRef)voidsetPaymentPlan(String paymentPlan)voidsetStatus(String status)voidsetTransfer(webhookTransferPayload transfer)voidsetTxRef(String txRef)
-
-
-
Method Detail
-
getAmount
public double getAmount()
- Returns:
- the amount
-
setAmount
public void setAmount(double amount)
- Parameters:
amount- the amount to set
-
getCharged_amount
public double getCharged_amount()
- Returns:
- the charged_amount
-
setCharged_amount
public void setCharged_amount(double charged_amount)
- Parameters:
charged_amount- the charged_amount to set
-
getId
public double getId()
- Returns:
- the id
-
setId
public void setId(double id)
- Parameters:
id- the id to set
-
getTxRef
public String getTxRef()
- Returns:
- the txRef
-
setTxRef
public void setTxRef(String txRef)
- Parameters:
txRef- the txRef to set
-
getFlwRef
public String getFlwRef()
- Returns:
- the flwRef
-
setFlwRef
public void setFlwRef(String flwRef)
- Parameters:
flwRef- the flwRef to set
-
getOrderRef
public String getOrderRef()
- Returns:
- the orderRef
-
setOrderRef
public void setOrderRef(String orderRef)
- Parameters:
orderRef- the orderRef to set
-
getPaymentPlan
public String getPaymentPlan()
- Returns:
- the paymentPlan
-
setPaymentPlan
public void setPaymentPlan(String paymentPlan)
- Parameters:
paymentPlan- the paymentPlan to set
-
getCreatedAt
public String getCreatedAt()
- Returns:
- the createdAt
-
setCreatedAt
public void setCreatedAt(String createdAt)
- Parameters:
createdAt- the createdAt to set
-
getStatus
public String getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(String status)
- Parameters:
status- the status to set
-
getIP
public String getIP()
- Returns:
- the IP
-
setIP
public void setIP(String IP)
- Parameters:
IP- the IP to set
-
getCurrency
public String getCurrency()
- Returns:
- the currency
-
setCurrency
public void setCurrency(String currency)
- Parameters:
currency- the currency to set
-
getCustomer
public webhookCustomerPayload getCustomer()
- Returns:
- the customer
-
setCustomer
public void setCustomer(webhookCustomerPayload customer)
- Parameters:
customer- the customer to set
-
getEntity
public webhookEntityPayload getEntity()
- Returns:
- the entity
-
setEntity
public void setEntity(webhookEntityPayload entity)
- Parameters:
entity- the entity to set
-
getTransfer
public webhookTransferPayload getTransfer()
- Returns:
- the transfer
-
setTransfer
public void setTransfer(webhookTransferPayload transfer)
- Parameters:
transfer- the transfer to set
-
-