PaymentAmountDetails constructor

PaymentAmountDetails({
  1. double? shipping,
  2. double? tax,
  3. double? discount,
  4. double? tip,
})

Implementation

PaymentAmountDetails({this.shipping, this.tax, this.discount, this.tip});