brand property

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

The card brand that the shopper used to pay. Only returned if paymentMethod.type is scheme.

Implementation

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