Class PromotionCode.CurrencyOption

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

public static class PromotionCode.CurrencyOption extends StripeObject
  • Constructor Details

    • CurrencyOption

      public CurrencyOption()
  • Method Details

    • getMinimumAmount

      public Long getMinimumAmount()
      Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).
    • setMinimumAmount

      public void setMinimumAmount(Long minimumAmount)
      Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).
    • 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