Class ReceivedDebit.BankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.BankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
This object stores details about the originating banking transaction that resulted in the
ReceivedDebit. Present if
type field value is bank_transfer.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe payment method used to originate the debit. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe Financial Address that was debited.Open Enum.The statement descriptor set by the originator of the debit.The payment method used to originate the debit.inthashCode()voidsetFinancialAddress(String financialAddress) The Financial Address that was debited.voidsetPaymentMethodType(String paymentMethodType) Open Enum.voidsetStatementDescriptor(String statementDescriptor) The statement descriptor set by the originator of the debit.voidsetUsBankAccount(ReceivedDebit.BankTransfer.UsBankAccount usBankAccount) The payment method used to originate the debit.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BankTransfer
public BankTransfer()
-
-
Method Details
-
getFinancialAddress
The Financial Address that was debited. -
getPaymentMethodType
Open Enum. The type of the payment method used to originate the debit.Equal to
us_bank_account. -
getStatementDescriptor
The statement descriptor set by the originator of the debit. -
getUsBankAccount
The payment method used to originate the debit. -
setFinancialAddress
The Financial Address that was debited. -
setPaymentMethodType
Open Enum. The type of the payment method used to originate the debit.Equal to
us_bank_account. -
setStatementDescriptor
The statement descriptor set by the originator of the debit. -
setUsBankAccount
The payment method used to originate the debit. -
equals
-
canEqual
-
hashCode
public int hashCode()
-