supportedBrands property

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

The card brands you support. This is the brands array from your /paymentMethods response. If not included, our API uses the ones configured for your merchant account and, if provided, the country code.

Implementation

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