Class InboundTransfer.To
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer.To
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer
For more details about To, 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 amount by which the FinancialAccount balance is credited.The FinancialAccount that funds will land in.int
hashCode()
void
setCredited
(Amount credited) The amount by which the FinancialAccount balance is credited.void
setFinancialAccount
(String financialAccount) The FinancialAccount that funds will land in.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
To
public To()
-
-
Method Details
-
getCredited
The amount by which the FinancialAccount balance is credited. -
getFinancialAccount
The FinancialAccount that funds will land in. -
setCredited
The amount by which the FinancialAccount balance is credited. -
setFinancialAccount
The FinancialAccount that funds will land in. -
equals
-
canEqual
-
hashCode
public int hashCode()
-