Class OutboundPaymentQuote.From
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPaymentQuote.From
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPaymentQuote
For more details about From, 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 monetary amount debited from the sender, only set on responses.The FinancialAccount that funds were pulled from.int
hashCode()
void
setDebited
(Amount debited) The monetary amount debited from the sender, only set on responses.void
setFinancialAccount
(String financialAccount) The FinancialAccount that funds were pulled from.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
From
public From()
-
-
Method Details
-
getDebited
The monetary amount debited from the sender, only set on responses. -
getFinancialAccount
The FinancialAccount that funds were pulled from. -
setDebited
The monetary amount debited from the sender, only set on responses. -
setFinancialAccount
The FinancialAccount that funds were pulled from. -
equals
-
canEqual
-
hashCode
public int hashCode()
-