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