cardProductId property

  1. @BuiltValueField.new(wireName: r'cardProductId')
ResponseAdditionalDataCardCardProductIdEnum? get cardProductId

The Card Product ID represents the type of card following card scheme product definitions and can be returned for Adyen Acquiring service level payments. Possible values Visa: * A - Visa Traditional * B - Visa Traditional Rewards * C - Visa Signature * D - Visa Signature Preferred * F - Visa Classic Possible values Mastercard: * MCC - Mastercard Card * MCE - Mastercard Electronic Card * MCF - Mastercard Corporate Fleet Card * MCG - Gold Mastercard Card * MCH - Mastercard Premium Charge * MCI - Mastercard Select Debit

Implementation

@BuiltValueField(wireName: r'cardProductId')
ResponseAdditionalDataCardCardProductIdEnum? get cardProductId;