{
"id": "string",
"order_id": "string",
"name": "string",
"customer": "string",
"shipping_address": "string",
"billing_address": "string",
"note": "string",
"note_attributes": {
"name": "custom name",
"value": "custom value"
},
"email": "string",
"currency": "string",
"invoice_sent_at": "string",
"invoice_url": "string",
"line_items": "string",
"payment_terms": "string",
"shipping_line": "string",
"source_name": "string",
"tags": "string",
"tax_exempt": "string",
"tax_exemptions": "EXEMPT_ALL",
"tax_lines": {
"price": 11.94,
"rate": 0.06,
"title": "State Tax"
},
"applied_discount": "string",
"taxes_included": "string",
"total_tax": "string",
"subtotal_price": "string",
"total_price": "string",
"completed_at": "string",
"created_at": "string",
"updated_at": "string",
"status": "open"
}