cashBackAmount property

  1. @BuiltValueField.new(wireName: r'CashBackAmount')
num? get cashBackAmount

The cash-back part of the amount requested by the Sale for the payment.

Implementation

@BuiltValueField(wireName: r'CashBackAmount')
num? get cashBackAmount;