receiptPriceTotal property

num? receiptPriceTotal
getter/setter pair

Receipt's total amount (user input).

Implementation

@JsonKey(name: 'receipt_price_total')
num? receiptPriceTotal;