toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (priceAmount != null) 'priceAmount': priceAmount!,
      if (remittedTaxAmount != null) 'remittedTaxAmount': remittedTaxAmount!,
      if (taxAmount != null) 'taxAmount': taxAmount!,
    };