paymentBrand property

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

Type of payment card. If card PAN is readable. Indicates the card used to pay in the PaymentResponse. Sent in the CardAcquisitionResponse, to leave the Cashier to choose between several applications in a smartcard, or several brand in a co-branded card. In this case, the CardAcquisitionRequest.ForceCustomerSelectionFlag must contain the value False. Brands are part of the POI and Sale Systems configurations.

Implementation

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