SessionLineItemsItem constructor
const
SessionLineItemsItem({
- SessionAdjustableQuantity? adjustableQuantity,
- List<
String> ? dynamicTaxRates, - String? price,
- SessionPriceData? priceData,
- int? quantity,
- List<
String> ? taxRates,
line_item_params
Implementation
const SessionLineItemsItem({
this.adjustableQuantity,
this.dynamicTaxRates,
this.price,
this.priceData,
this.quantity,
this.taxRates,
});