QuoteUpdateOptionsLineItemsItem constructor

const QuoteUpdateOptionsLineItemsItem({
  1. String? id,
  2. String? price,
  3. QuotePriceData? priceData,
  4. int? quantity,
  5. List<String>? taxRates,
})

line_item_update_params

Implementation

const QuoteUpdateOptionsLineItemsItem({
  this.id,
  this.price,
  this.priceData,
  this.quantity,
  this.taxRates,
});