OrderResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use orderResponseDescriptor instead')
const OrderResponse$json = const {
  '1': 'OrderResponse',
  '2': const [
    const {'1': 'orderId', '3': 1, '4': 1, '5': 9, '10': 'orderId'},
    const {'1': 'price', '3': 2, '4': 1, '5': 2, '10': 'price'},
    const {'1': 'fee', '3': 3, '4': 1, '5': 2, '10': 'fee'},
    const {'1': 'availablePaymentMethods', '3': 4, '4': 3, '5': 14, '6': '.Happenings.PaymentType', '10': 'availablePaymentMethods'},
    const {'1': 'ticket', '3': 5, '4': 1, '5': 11, '6': '.Happenings.Ticket', '10': 'ticket'},
    const {'1': 'redirectUrl', '3': 6, '4': 1, '5': 9, '10': 'redirectUrl'},
    const {'1': 'respUrl', '3': 7, '4': 1, '5': 9, '10': 'respUrl'},
    const {'1': 'orderStatus', '3': 8, '4': 1, '5': 9, '10': 'orderStatus'},
    const {'1': 'paymentIntentId', '3': 9, '4': 1, '5': 9, '10': 'paymentIntentId'},
    const {'1': 'clientSecret', '3': 10, '4': 1, '5': 9, '10': 'clientSecret'},
    const {'1': 'status', '3': 11, '4': 1, '5': 9, '10': 'status'},
    const {'1': 'paymentMethodId', '3': 12, '4': 1, '5': 9, '10': 'paymentMethodId'},
    const {'1': 'cardLast4', '3': 13, '4': 1, '5': 9, '10': 'cardLast4'},
    const {'1': 'cardBrand', '3': 14, '4': 1, '5': 9, '10': 'cardBrand'},
    const {'1': 'paymentItems', '3': 15, '4': 3, '5': 11, '6': '.Happenings.PaymentItem', '10': 'paymentItems'},
  ],
};