Class OutboundPaymentQuote.FxQuote.Rate

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

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

    • Rate

      public Rate()
  • Method Details

    • getExchangeRate

      public String getExchangeRate()
    • setExchangeRate

      public void setExchangeRate(String exchangeRate)
    • 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