Class QuoteUpdateParams.LineItem

  • Enclosing class:
    QuoteUpdateParams

    public static class QuoteUpdateParams.LineItem
    extends java.lang.Object
    Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See QuoteUpdateParams.InvoiceSettings.extraParams for the field documentation.
    • Method Detail

      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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.
      • getId

        public java.lang.Object getId()
        The ID of an existing line item on the quote.
      • getPrice

        public java.lang.Object getPrice()
        The ID of the price object. One of price or price_data is required.
      • getQuantity

        public java.lang.Long getQuantity()
        The quantity of the line item.
      • getTaxRates

        public java.lang.Object getTaxRates()
        The tax rates which apply to the line item. When set, the default_tax_rates on the quote do not apply to this line item.