BillingAddress$json top-level constant

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

Implementation

@$core.Deprecated('Use billingAddressDescriptor instead')
const BillingAddress$json = {
  '1': 'BillingAddress',
  '2': [
    {'1': 'address_line_1', '3': 1, '4': 1, '5': 9, '10': 'addressLine1'},
    {'1': 'address_line_2', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'addressLine2', '17': true},
    {'1': 'city', '3': 3, '4': 1, '5': 9, '10': 'city'},
    {'1': 'state', '3': 4, '4': 1, '5': 9, '10': 'state'},
    {'1': 'zipcode', '3': 5, '4': 1, '5': 9, '10': 'zipcode'},
  ],
  '8': [
    {'1': '_address_line_2'},
  ],
};