Package com.stripe.param
Class ShippingRateUpdateParams.FixedAmount
java.lang.Object
com.stripe.param.ShippingRateUpdateParams.FixedAmount
- Enclosing class:
- ShippingRateUpdateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Shipping rates defined in each available currency option.Map of extra parameters for custom features not available in this client library.
-
Method Details
-
builder
-
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.
-