Payment$json top-level constant

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

Implementation

@$core.Deprecated('Use paymentDescriptor instead')
const Payment$json = const {
  '1': 'Payment',
  '2': const [
    const {'1': 'paymentType', '3': 1, '4': 1, '5': 14, '6': '.Happenings.PaymentType', '10': 'paymentType'},
    const {'1': 'cardNumber', '3': 2, '4': 1, '5': 9, '10': 'cardNumber'},
    const {'1': 'cardCvc', '3': 3, '4': 1, '5': 9, '10': 'cardCvc'},
    const {'1': 'cardExpYear', '3': 4, '4': 1, '5': 9, '10': 'cardExpYear'},
    const {'1': 'paymentMethodId', '3': 5, '4': 1, '5': 9, '10': 'paymentMethodId'},
    const {'1': 'stripeCustomerId', '3': 6, '4': 1, '5': 9, '10': 'stripeCustomerId'},
    const {'1': 'paymentIntentId', '3': 7, '4': 1, '5': 9, '10': 'paymentIntentId'},
    const {'1': 'redirectUrl', '3': 8, '4': 1, '5': 9, '10': 'redirectUrl'},
    const {'1': 'returnUrl', '3': 9, '4': 1, '5': 9, '10': 'returnUrl'},
    const {'1': 'clientSecret', '3': 10, '4': 1, '5': 9, '10': 'clientSecret'},
    const {'1': 'stripeStatus', '3': 11, '4': 1, '5': 9, '10': 'stripeStatus'},
    const {'1': 'cardExpMonth', '3': 12, '4': 1, '5': 9, '10': 'cardExpMonth'},
  ],
};