Class ReceivedDebit.BankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.BankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
For more details about BankTransfer, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about UsBankAccount, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.int
hashCode()
void
setFinancialAddress
(String financialAddress) The Financial Address that was debited.void
setPaymentMethodType
(String paymentMethodType) Open Enum.void
setStatementDescriptor
(String statementDescriptor) The statement descriptor set by the originator of the debit.void
setUsBankAccount
(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()
-