ChargeOrganizationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use chargeOrganizationRequestDescriptor instead')
const ChargeOrganizationRequest$json = {
  '1': 'ChargeOrganizationRequest',
  '2': [
    {'1': 'org_id_to_charge', '3': 1, '4': 1, '5': 9, '10': 'orgIdToCharge'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'description', '17': true},
    {'1': 'subtotal', '3': 3, '4': 1, '5': 1, '10': 'subtotal'},
    {'1': 'tax', '3': 4, '4': 1, '5': 1, '10': 'tax'},
    {'1': 'org_id_for_branding', '3': 5, '4': 1, '5': 9, '9': 1, '10': 'orgIdForBranding', '17': true},
    {'1': 'disable_confirmation_email', '3': 6, '4': 1, '5': 8, '10': 'disableConfirmationEmail'},
  ],
  '8': [
    {'1': '_description'},
    {'1': '_org_id_for_branding'},
  ],
};