Class FinancialAddress
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAddress
- All Implemented Interfaces:
HasId,StripeObjectInterface
A FinancialAddress contains information needed to transfer money to a Financial Account. A
Financial Account can have more than one Financial Address.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classObject indicates the type of credentials that have been allocated and attached to the FinancialAddress. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe creation timestamp of the FinancialAddress.Object indicates the type of credentials that have been allocated and attached to the FinancialAddress.Open Enum.A ID of the FinancialAccount this FinancialAddress corresponds to.getId()The ID of a FinancialAddress.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.Open Enum.Closed Enum.inthashCode()voidsetCreated(Instant created) The creation timestamp of the FinancialAddress.voidsetCredentials(FinancialAddress.Credentials credentials) Object indicates the type of credentials that have been allocated and attached to the FinancialAddress.voidsetCurrency(String currency) Open Enum.voidsetFinancialAccount(String financialAccount) A ID of the FinancialAccount this FinancialAddress corresponds to.voidThe ID of a FinancialAddress.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.voidsetSettlementCurrency(String settlementCurrency) Open Enum.voidClosed Enum.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAddress
public FinancialAddress()
-
-
Method Details
-
getCreated
The creation timestamp of the FinancialAddress. -
getCredentials
Object indicates the type of credentials that have been allocated and attached to the FinancialAddress. It contains all necessary banking details with which to perform money movements with the FinancialAddress. This field is only available for FinancialAddresses with an active status. -
getCurrency
Open Enum. The currency the FinancialAddress supports. -
getFinancialAccount
A ID of the FinancialAccount this FinancialAddress corresponds to. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.financial_address. -
getSettlementCurrency
Open Enum. The currency the FinancialAddress settles into the FinancialAccount. -
getStatus
Closed Enum. An enum representing the status of the FinancialAddress. This indicates whether or not the FinancialAddress can be used for any money movement flows.One of
active,archived,failed, orpending. -
setCreated
The creation timestamp of the FinancialAddress. -
setCredentials
Object indicates the type of credentials that have been allocated and attached to the FinancialAddress. It contains all necessary banking details with which to perform money movements with the FinancialAddress. This field is only available for FinancialAddresses with an active status. -
setCurrency
Open Enum. The currency the FinancialAddress supports. -
setFinancialAccount
A ID of the FinancialAccount this FinancialAddress corresponds to. -
setId
The ID of a FinancialAddress. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.money_management.financial_address. -
setSettlementCurrency
Open Enum. The currency the FinancialAddress settles into the FinancialAccount. -
setStatus
Closed Enum. An enum representing the status of the FinancialAddress. This indicates whether or not the FinancialAddress can be used for any money movement flows.One of
active,archived,failed, orpending. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The ID of a FinancialAddress.
-