Package com.stripe.param
Class SkuUpdateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.SkuUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classNested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam -
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY -
Method Summary
Modifier and TypeMethodDescriptionstatic SkuUpdateParams.Builderbuilder()Whether this SKU is available for purchase.A dictionary of attributes and values for the attributes defined by the product.Three-letter ISO currency code, in lowercase.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.getImage()The URL of an image for this SKU, meant to be displayable to the customer.Description of the SKU's inventory.Set of key-value pairs that you can attach to an object.The dimensions of this SKU for shipping purposes.getPrice()The cost of the item as a positive integer in the smallest currency unit (that is, 100 cents to charge $1.00, or 100 to charge ¥100, Japanese Yen being a zero-decimal currency).The ID of the product that this SKU should belong to.Methods inherited from class com.stripe.net.ApiRequestParams
toMap
-
Method Details
-
builder
-
getActive
Whether this SKU is available for purchase. -
getAttributes
A dictionary of attributes and values for the attributes defined by the product. When specified,attributeswill partially update the existing attributes dictionary on the product, with the postcondition that a value must be present for each attribute key on the product. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getExpand
Specifies which fields in the response should be expanded. -
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. -
getImage
The URL of an image for this SKU, meant to be displayable to the customer. -
getInventory
Description of the SKU's inventory. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata. -
getPackageDimensions
The dimensions of this SKU for shipping purposes. -
getPrice
The cost of the item as a positive integer in the smallest currency unit (that is, 100 cents to charge $1.00, or 100 to charge ¥100, Japanese Yen being a zero-decimal currency). -
getProduct
The ID of the product that this SKU should belong to. The product must exist, have the same set of attribute names as the SKU's current product, and be of typegood.
-