Class CheckoutBankTransferAction


  • public class CheckoutBankTransferAction
    extends Object
    CheckoutBankTransferAction
    • Constructor Detail

      • CheckoutBankTransferAction

        public CheckoutBankTransferAction()
    • Method Detail

      • getBeneficiary

        public String getBeneficiary()
        The name of the account holder.
        Returns:
        beneficiary
      • setBeneficiary

        public void setBeneficiary​(String beneficiary)
        The name of the account holder.
        Parameters:
        beneficiary -
      • getBic

        public String getBic()
        The BIC of the IBAN.
        Returns:
        bic
      • setBic

        public void setBic​(String bic)
        The BIC of the IBAN.
        Parameters:
        bic -
      • getDownloadUrl

        public String getDownloadUrl()
        The url to download payment details with.
        Returns:
        downloadUrl
      • setDownloadUrl

        public void setDownloadUrl​(String downloadUrl)
        The url to download payment details with.
        Parameters:
        downloadUrl -
      • getIban

        public String getIban()
        The IBAN of the bank transfer.
        Returns:
        iban
      • setIban

        public void setIban​(String iban)
        The IBAN of the bank transfer.
        Parameters:
        iban -
      • getPaymentMethodType

        public String getPaymentMethodType()
        Specifies the payment method.
        Returns:
        paymentMethodType
      • setPaymentMethodType

        public void setPaymentMethodType​(String paymentMethodType)
        Specifies the payment method.
        Parameters:
        paymentMethodType -
      • getReference

        public String getReference()
        The transfer reference.
        Returns:
        reference
      • setReference

        public void setReference​(String reference)
        The transfer reference.
        Parameters:
        reference -
      • getShopperEmail

        public String getShopperEmail()
        The e-mail of the shopper, included if an e-mail was sent to the shopper.
        Returns:
        shopperEmail
      • setShopperEmail

        public void setShopperEmail​(String shopperEmail)
        The e-mail of the shopper, included if an e-mail was sent to the shopper.
        Parameters:
        shopperEmail -
      • getTotalAmount

        public Amount getTotalAmount()
        Get totalAmount
        Returns:
        totalAmount
      • setTotalAmount

        public void setTotalAmount​(Amount totalAmount)
        totalAmount
        Parameters:
        totalAmount -
      • getUrl

        public String getUrl()
        Specifies the URL to redirect to.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
        Specifies the URL to redirect to.
        Parameters:
        url -
      • equals

        public boolean equals​(Object o)
        Return true if this CheckoutBankTransferAction object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static CheckoutBankTransferAction fromJson​(String jsonString)
                                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of CheckoutBankTransferAction given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of CheckoutBankTransferAction
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to CheckoutBankTransferAction
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of CheckoutBankTransferAction to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException