Class FxQuote.Rate

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.FxQuote.Rate
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FxQuote

public static class FxQuote.Rate extends StripeObject
For more details about Rate, please refer to the API Reference.
  • Constructor Details

    • Rate

      public Rate()
  • Method Details

    • getExchangeRate

      public BigDecimal getExchangeRate()
      The rate that includes the FX fee rate.
    • getRateDetails

      public FxQuote.Rate.RateDetails getRateDetails()
    • setExchangeRate

      public void setExchangeRate(BigDecimal exchangeRate)
      The rate that includes the FX fee rate.
    • setRateDetails

      public void setRateDetails(FxQuote.Rate.RateDetails rateDetails)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object