selectedBrand property

  1. @BuiltValueField.new(wireName: r'selectedBrand')
String? get selectedBrand

Some payment methods require defining a value for this field to specify how to process the transaction. For the Bancontact payment method, it can be set to: * maestro (default), to be processed like a Maestro card, or * bcmc, to be processed like a Bancontact card.

Implementation

@BuiltValueField(wireName: r'selectedBrand')
String? get selectedBrand;