CardType$json top-level constant

  1. @Deprecated('Use cardTypeDescriptor instead')
Map<String, Object> const CardType$json

Implementation

@$core.Deprecated('Use cardTypeDescriptor instead')
const CardType$json = {
  '1': 'CardType',
  '2': [
    {'1': 'CARD_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'CARD_TYPE_AMEX', '2': 1},
    {'1': 'CARD_TYPE_DISCOVER', '2': 2},
    {'1': 'CARD_TYPE_GIFT_CARD', '2': 3},
    {'1': 'CARD_TYPE_MASTERCARD', '2': 4},
    {'1': 'CARD_TYPE_VISA', '2': 5},
    {'1': 'CARD_TYPE_OTHER', '2': 6},
  ],
};