Amounts constructor
Amounts({})
Implementation
Amounts(
{this.handlingFee,
this.insurance,
this.shippingAndHandling,
this.shippingDiscount,
this.subtotal,
this.tax,
this.total});
Amounts(
{this.handlingFee,
this.insurance,
this.shippingAndHandling,
this.shippingDiscount,
this.subtotal,
this.tax,
this.total});