InvoiceId$json top-level constant

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

Implementation

@$core.Deprecated('Use invoiceIdDescriptor instead')
const InvoiceId$json = {
  '1': 'InvoiceId',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 9, '10': 'Id'},
    {
      '1': 'Type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.InvoiceId.InvoiceType',
      '10': 'Type'
    },
    {'1': 'IsDraft', '3': 3, '4': 1, '5': 8, '10': 'IsDraft'},
  ],
  '4': [InvoiceId_InvoiceType$json],
};