{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"code": "string",
"status": "string",
"paymentMethod": "string",
"totalAmount": 0,
"customer": {
"name": "string",
"email": "user@example.com",
"document": "string",
"document_type": "string",
"type": "string",
"phones": {
"property1": "string",
"property2": "string"
},
"address": {
"property1": "string",
"property2": "string"
}
},
"items": [
{
"description": "string",
"quantity": 0,
"amount": 0
}
],
"last_transaction": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}