Invoice$json top-level constant
Implementation
@$core.Deprecated('Use invoiceDescriptor instead')
const Invoice$json = const {
'1': 'Invoice',
'2': const [
const {'1': 'invoice_id', '3': 1, '4': 1, '5': 9, '10': 'invoiceId'},
const {
'1': 'invoice_number',
'3': 2,
'4': 1,
'5': 9,
'10': 'invoiceNumber'
},
const {
'1': 'created_at',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'10': 'createdAt'
},
const {'1': 'pdf_url', '3': 4, '4': 1, '5': 9, '10': 'pdfUrl'},
const {'1': 'status', '3': 5, '4': 1, '5': 9, '10': 'status'},
const {
'1': 'due_date',
'3': 6,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'10': 'dueDate'
},
const {
'1': 'receipt_pdf_url',
'3': 7,
'4': 1,
'5': 9,
'10': 'receiptPdfUrl'
},
const {'1': 'amount_paid', '3': 8, '4': 1, '5': 3, '10': 'amountPaid'},
],
};