Class InvoiceLineItemUpdateParams.PriceData.ProductData

java.lang.Object
com.stripe.param.InvoiceLineItemUpdateParams.PriceData.ProductData
Enclosing class:
InvoiceLineItemUpdateParams.PriceData

public static class InvoiceLineItemUpdateParams.PriceData.ProductData extends Object
  • Method Details

    • builder

    • getDescription

      public Object 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

      public Map<String,Object> 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

      public List<String> getImages()
      A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
    • getMetadata

      public Map<String,String> 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 to metadata.
    • getName

      public Object getName()
      Required. The product's name, meant to be displayable to the customer.
    • getTaxCode

      public Object getTaxCode()
      A tax code ID.