Package com.stripe.model
Class PromotionCode.CurrencyOption
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PromotionCode.CurrencyOption
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
PromotionCode
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work).int
hashCode()
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).Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CurrencyOption
public CurrencyOption()
-
-
Method Details
-
getMinimumAmount
Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work). -
setMinimumAmount
Minimum amount required to redeem this Promotion Code into a Coupon (e.g., a purchase must be $100 or more to work). -
equals
-
canEqual
-
hashCode
public int hashCode()
-