CartAmounts constructor
const
CartAmounts({})
Implementation
const factory CartAmounts({
PPAmount? handlingFee,
PPAmount? insurance,
PPAmount? shippingAndHandling,
PPAmount? shippingDiscount,
PPAmount? subtotal,
PPAmount? tax,
PPAmount? total,
}) = _CartAmounts;