Class PaymentMethod.NzBankAccount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.NzBankAccount
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

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

    • NzBankAccount

      public NzBankAccount()
  • Method Details

    • getAccountHolderName

      public String getAccountHolderName()
      The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details.
    • getBankCode

      public String getBankCode()
      The numeric code for the bank account's bank.
    • getBankName

      public String getBankName()
      The name of the bank.
    • getBranchCode

      public String getBranchCode()
      The numeric code for the bank account's bank branch.
    • getLast4

      public String getLast4()
      Last four digits of the bank account number.
    • getSuffix

      public String getSuffix()
      The suffix of the bank account number.
    • setAccountHolderName

      public void setAccountHolderName(String accountHolderName)
      The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details.
    • setBankCode

      public void setBankCode(String bankCode)
      The numeric code for the bank account's bank.
    • setBankName

      public void setBankName(String bankName)
      The name of the bank.
    • setBranchCode

      public void setBranchCode(String branchCode)
      The numeric code for the bank account's bank branch.
    • setLast4

      public void setLast4(String last4)
      Last four digits of the bank account number.
    • setSuffix

      public void setSuffix(String suffix)
      The suffix of the bank account number.
    • 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