maximumCashBackAmount property

  1. @BuiltValueField.new(wireName: r'MaximumCashBackAmount')
num? get maximumCashBackAmount

Maximum amount which could be requested for cash-back to the Sale System. Allows the Cashier to limit the amount value of cash-back to deliver to the Customer.

Implementation

@BuiltValueField(wireName: r'MaximumCashBackAmount')
num? get maximumCashBackAmount;