Package com.stripe.param
Class SkuCreateParams.Inventory
java.lang.Object
com.stripe.param.SkuCreateParams.Inventory
- Enclosing class:
SkuCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enum -
Method Summary
-
Method Details
-
builder
-
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@SerializedNamevalue. 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. -
getQuantity
The count of inventory available. Required iftypeisfinite. -
getType
Inventory type. Possible values arefinite,bucket(not quantified), andinfinite. -
getValue
An indicator of the inventory available. Possible values arein_stock,limited, andout_of_stock. Will be present if and only iftypeisbucket.
-