receiptPriceTotal property
getter/setter pair
Receipt's total amount (user input).
Implementation
@JsonKey(name: 'receipt_price_total')
num? receiptPriceTotal;
Receipt's total amount (user input).
@JsonKey(name: 'receipt_price_total')
num? receiptPriceTotal;