Class webhookPayload


  • public class webhookPayload
    extends Object
    Author:
    cleopatradouglas
    • Constructor Detail

      • webhookPayload

        public webhookPayload()
    • 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
      • setCustomer

        public void setCustomer​(webhookCustomerPayload customer)
        Parameters:
        customer - the customer to set
      • setEntity

        public void setEntity​(webhookEntityPayload entity)
        Parameters:
        entity - the entity to set
      • setTransfer

        public void setTransfer​(webhookTransferPayload transfer)
        Parameters:
        transfer - the transfer to set