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.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.voidsetOriginType(String originType) Open Enum.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. -
getOriginType
Open Enum. Indicates the origin type through which this debit was initiated.Equal to
us_bank_account. -
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. -
setOriginType
Open Enum. Indicates the origin type through which this debit was initiated.Equal to
us_bank_account. -
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()
-