allowedPaymentBrand property

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

Card payment brands allowed by the Sale System for the payment transaction.

Implementation

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