Class ReceivedCredit.BankTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BankTransfer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedCredit

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

    • BankTransfer

      public BankTransfer()
  • Method Details

    • getFinancialAddress

      public String getFinancialAddress()
      Financial Address on which funds for ReceivedCredit were received.
    • getGbBankAccount

      public ReceivedCredit.BankTransfer.GbBankAccount getGbBankAccount()
      Hash containing the transaction bank details. Present if payment_method_type field value is gb_bank_account.
    • getPaymentMethodType

      public String getPaymentMethodType()
      Open Enum. Indicates the type of source via from which external funds originated.

      One of gb_bank_account, or us_bank_account.

    • getStatementDescriptor

      public String getStatementDescriptor()
      Freeform string set by originator of the external ReceivedCredit.
    • getUsBankAccount

      public ReceivedCredit.BankTransfer.UsBankAccount getUsBankAccount()
      Hash containing the transaction bank details. Present if payment_method_type field value is us_bank_account.
    • setFinancialAddress

      public void setFinancialAddress(String financialAddress)
      Financial Address on which funds for ReceivedCredit were received.
    • setGbBankAccount

      public void setGbBankAccount(ReceivedCredit.BankTransfer.GbBankAccount gbBankAccount)
      Hash containing the transaction bank details. Present if payment_method_type field value is gb_bank_account.
    • setPaymentMethodType

      public void setPaymentMethodType(String paymentMethodType)
      Open Enum. Indicates the type of source via from which external funds originated.

      One of gb_bank_account, or us_bank_account.

    • setStatementDescriptor

      public void setStatementDescriptor(String statementDescriptor)
      Freeform string set by originator of the external ReceivedCredit.
    • setUsBankAccount

      public void setUsBankAccount(ReceivedCredit.BankTransfer.UsBankAccount usBankAccount)
      Hash containing the transaction bank details. Present if payment_method_type field value is us_bank_account.
    • 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