Package com.stripe.param
Class ShippingRateCreateParams.FixedAmount
java.lang.Object
com.stripe.param.ShippingRateCreateParams.FixedAmount
- Enclosing class:
- ShippingRateCreateParams
Required. Must be greater than 0.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. A non-negative integer in cents representing how much to charge.Required. Three-letter ISO currency code, in lowercase.Shipping rates defined in each available currency option.Map of extra parameters for custom features not available in this client library.int
hashCode()
-
Method Details
-
builder
-
getAmount
Required. A non-negative integer in cents representing how much to charge. -
getCurrency
Required. Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getCurrencyOptions
Shipping rates defined in each available currency option. Each key must be a three-letter ISO currency code and a supported currency. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
equals
-
canEqual
-
hashCode
public int hashCode()
-