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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
Token of the FinancialAccount.The rails used to send funds.int
hashCode()
void
Token of the FinancialAccount.void
setNetwork
(String network) The rails used to send funds.Methods inherited from class com.stripe.model.StripeObject
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.
-