Class Coupon.CurrencyOption

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Coupon.CurrencyOption
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Coupon

public static class Coupon.CurrencyOption extends StripeObject
  • Constructor Details

    • CurrencyOption

      public CurrencyOption()
  • Method Details

    • getAmountOff

      public Long getAmountOff()
      Amount (in the currency specified) that will be taken off the subtotal of any invoices for this customer.
    • setAmountOff

      public void setAmountOff(Long amountOff)
      Amount (in the currency specified) that will be taken off the subtotal of any invoices for this customer.
    • 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