allowedPaymentBrand property

  1. @BuiltValueField.new(wireName: r'AllowedPaymentBrand')
BuiltList<String>? get allowedPaymentBrand

Payment brands accepted for this transaction. Card payment brands allowed by the Sale System for the payment transaction. Restrict brand if data sent.

Implementation

@BuiltValueField(wireName: r'AllowedPaymentBrand')
BuiltList<String>? get allowedPaymentBrand;