brandVariant property

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

The card brand variant of the payment instrument associated with the network token. For example, mc_prepaid_mrw.

Implementation

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