overwriteBrand property

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

Boolean indicator that can be optionally used for performing debit transactions on combo cards (for example, combo cards in Brazil). This is not mandatory but we recommend that you set this to true if you want to use the selectedBrand value to specify how to process the transaction.

Implementation

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