Class PaymentAttemptRecord.PaymentMethodDetails.IdBankTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.IdBankTransfer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentAttemptRecord.PaymentMethodDetails

public static class PaymentAttemptRecord.PaymentMethodDetails.IdBankTransfer extends StripeObject
For more details about IdBankTransfer, please refer to the API Reference.
  • Constructor Details

    • IdBankTransfer

      public IdBankTransfer()
  • Method Details

    • getAccountNumber

      public String getAccountNumber()
      Account number of the bank account to transfer funds to.
    • getBank

      public String getBank()
      Bank where the account is located.

      One of bca, bni, bri, cimb, or permata.

    • getBankCode

      public String getBankCode()
      Local bank code of the bank.
    • getBankName

      public String getBankName()
      Name of the bank associated with the bank account.
    • getDisplayName

      public String getDisplayName()
      Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.
    • setAccountNumber

      public void setAccountNumber(String accountNumber)
      Account number of the bank account to transfer funds to.
    • setBank

      public void setBank(String bank)
      Bank where the account is located.

      One of bca, bni, bri, cimb, or permata.

    • setBankCode

      public void setBankCode(String bankCode)
      Local bank code of the bank.
    • setBankName

      public void setBankName(String bankName)
      Name of the bank associated with the bank account.
    • setDisplayName

      public void setDisplayName(String displayName)
      Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object