CreatePaymentSubscriptionRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createPaymentSubscriptionRequestDescriptor instead')
const CreatePaymentSubscriptionRequest$json = const {
  '1': 'CreatePaymentSubscriptionRequest',
  '2': const [
    const {'1': 'billing_email', '3': 1, '4': 1, '5': 9, '10': 'billingEmail'},
    const {
      '1': 'card_holder_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'cardHolderName'
    },
    const {'1': 'card_cvc', '3': 3, '4': 1, '5': 5, '10': 'cardCvc'},
    const {
      '1': 'card_expiry_month',
      '3': 4,
      '4': 1,
      '5': 5,
      '10': 'cardExpiryMonth'
    },
    const {
      '1': 'card_expiry_year',
      '3': 5,
      '4': 1,
      '5': 5,
      '10': 'cardExpiryYear'
    },
    const {'1': 'card_number', '3': 6, '4': 1, '5': 4, '10': 'cardNumber'},
  ],
};