cashBackFlag property

  1. @BuiltValueField.new(wireName: r'CashBackFlag')
bool? get cashBackFlag

Cash back has been requested with the payment transaction. Allows choice of the Customer language when the POI displays messages or print text to Merchant interface.

Implementation

@BuiltValueField(wireName: r'CashBackFlag')
bool? get cashBackFlag;