paymentBrand property

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

Type of payment card. Brands available for payment by the card and not chosen by the Customer.

Implementation

@BuiltValueField(wireName: r'PaymentBrand')
BuiltList<String>? get paymentBrand;