Package com.stripe.model.treasury
Class OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount
- All Implemented Interfaces:
HasId,StripeObjectInterface
- Enclosing class:
- OutboundPayment.DestinationPaymentMethodDetails
public static class OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount
extends StripeObject
implements HasId
For more details about FinancialAccount, 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 booleanbooleangetId()Token of the FinancialAccount.The rails used to send funds.inthashCode()voidToken of the FinancialAccount.voidsetNetwork(String network) The rails used to send funds.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAccount
public FinancialAccount()
-
-
Method Details
-
getNetwork
The rails used to send funds.Equal to
stripe. -
setId
Token of the FinancialAccount. -
setNetwork
The rails used to send funds.Equal to
stripe. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Token of the FinancialAccount.
-