splitPaymentFlag property

  1. @BuiltValueField.new(wireName: r'SplitPaymentFlag')
bool? get splitPaymentFlag

Indicates if the payment of the Sale transaction is split. Allows the POI to decline payment means that cannot accept split payment.

Implementation

@BuiltValueField(wireName: r'SplitPaymentFlag')
bool? get splitPaymentFlag;