Package com.stripe.param
Class InvoiceLineItemUpdateParams.PriceData.ProductData
java.lang.Object
com.stripe.param.InvoiceLineItemUpdateParams.PriceData.ProductData
- Enclosing class:
- InvoiceLineItemUpdateParams.PriceData
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The product's description, meant to be displayable to the customer.Map of extra parameters for custom features not available in this client library.A list of up to 8 URLs of images for this product, meant to be displayable to the customer.Set of key-value pairs that you can attach to an object.getName()
Required. The product's name, meant to be displayable to the customer.A tax code ID.
-
Method Details
-
builder
-
getDescription
The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes. -
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. -
getImages
A list of up to 8 URLs of images for this product, meant to be displayable to the customer. -
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
. -
getName
Required. The product's name, meant to be displayable to the customer. -
getTaxCode
A tax code ID.
-