Package com.stripe.model
Class FxQuote.Rate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.FxQuote.Rate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FxQuote
For more details about Rate, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about RateDetails, 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 rate that includes the FX fee rate.int
hashCode()
void
setExchangeRate
(BigDecimal exchangeRate) The rate that includes the FX fee rate.void
setRateDetails
(FxQuote.Rate.RateDetails rateDetails) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Rate
public Rate()
-
-
Method Details