Package com.stripe.model
Class ShippingRate.CurrencyOption
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ShippingRate.CurrencyOption
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
ShippingRate
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA non-negative integer in cents representing how much to charge.Specifies whether the rate is considered inclusive of taxes or exclusive of taxes.inthashCode()voidA non-negative integer in cents representing how much to charge.voidsetTaxBehavior(String taxBehavior) Specifies whether the rate is considered inclusive of taxes or exclusive of taxes.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CurrencyOption
public CurrencyOption()
-
-
Method Details
-
getAmount
A non-negative integer in cents representing how much to charge. -
getTaxBehavior
Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One ofinclusive,exclusive, orunspecified. -
setAmount
A non-negative integer in cents representing how much to charge. -
setTaxBehavior
Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One ofinclusive,exclusive, orunspecified. -
equals
-
canEqual
-
hashCode
public int hashCode()
-