Package com.stripe.model
Class Coupon.CurrencyOption
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Coupon.CurrencyOption
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Coupon
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Amount (in thecurrency
specified) that will be taken off the subtotal of any invoices for this customer.int
hashCode()
void
setAmountOff
(Long amountOff) Amount (in thecurrency
specified) that will be taken off the subtotal of any invoices for this customer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CurrencyOption
public CurrencyOption()
-
-
Method Details
-
getAmountOff
Amount (in thecurrency
specified) that will be taken off the subtotal of any invoices for this customer. -
setAmountOff
Amount (in thecurrency
specified) that will be taken off the subtotal of any invoices for this customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-