Package com.stripe.model
Class FxQuote.Usage
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.FxQuote.Usage
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FxQuote
For more details about Usage, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Payment, please refer to the API Reference.static class
For more details about Transfer, 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 details required to use an FX Quote for a payment.The details required to use an FX Quote for a transfer.getType()
The transaction type for which the FX Quote will be used.int
hashCode()
void
setPayment
(FxQuote.Usage.Payment payment) The details required to use an FX Quote for a payment.void
setTransfer
(FxQuote.Usage.Transfer transfer) The details required to use an FX Quote for a transfer.void
The transaction type for which the FX Quote will be used.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Usage
public Usage()
-
-
Method Details
-
getPayment
The details required to use an FX Quote for a payment. -
getTransfer
The details required to use an FX Quote for a transfer. -
getType
The transaction type for which the FX Quote will be used.Can be 'payment' or 'transfer'.
-
setPayment
The details required to use an FX Quote for a payment. -
setTransfer
The details required to use an FX Quote for a transfer. -
setType
The transaction type for which the FX Quote will be used.Can be 'payment' or 'transfer'.
-
equals
-
canEqual
-
hashCode
public int hashCode()
-