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 classFor more details about Payment, please refer to the API Reference.static classFor 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 booleanbooleanThe 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.inthashCode()voidsetPayment(FxQuote.Usage.Payment payment) The details required to use an FX Quote for a payment.voidsetTransfer(FxQuote.Usage.Transfer transfer) The details required to use an FX Quote for a transfer.voidThe 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()
-