Class ReceivedCredit.BankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
For more details about BankTransfer, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about GbBankAccount, please refer to the API Reference.static 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
Financial Address on which funds for ReceivedCredit were received.Hash containing the transaction bank details.Open Enum.Freeform string set by originator of the external ReceivedCredit.Hash containing the transaction bank details.int
hashCode()
void
setFinancialAddress
(String financialAddress) Financial Address on which funds for ReceivedCredit were received.void
setGbBankAccount
(ReceivedCredit.BankTransfer.GbBankAccount gbBankAccount) Hash containing the transaction bank details.void
setPaymentMethodType
(String paymentMethodType) Open Enum.void
setStatementDescriptor
(String statementDescriptor) Freeform string set by originator of the external ReceivedCredit.void
setUsBankAccount
(ReceivedCredit.BankTransfer.UsBankAccount usBankAccount) Hash containing the transaction bank details.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
Financial Address on which funds for ReceivedCredit were received. -
getGbBankAccount
Hash containing the transaction bank details. Present ifpayment_method_type
field value isgb_bank_account
. -
getPaymentMethodType
Open Enum. Indicates the type of source via from which external funds originated.One of
gb_bank_account
, orus_bank_account
. -
getStatementDescriptor
Freeform string set by originator of the external ReceivedCredit. -
getUsBankAccount
Hash containing the transaction bank details. Present ifpayment_method_type
field value isus_bank_account
. -
setFinancialAddress
Financial Address on which funds for ReceivedCredit were received. -
setGbBankAccount
Hash containing the transaction bank details. Present ifpayment_method_type
field value isgb_bank_account
. -
setPaymentMethodType
Open Enum. Indicates the type of source via from which external funds originated.One of
gb_bank_account
, orus_bank_account
. -
setStatementDescriptor
Freeform string set by originator of the external ReceivedCredit. -
setUsBankAccount
Hash containing the transaction bank details. Present ifpayment_method_type
field value isus_bank_account
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-