Last active
September 28, 2017 14:28
-
-
Save chuckrincon/7b09d54e2e9461354095fe7e87c44292 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"currency": "MXN", | |
"origin": "iOS", | |
"is_billable": true, | |
"description": "Sed magni occaecati aut aspernatur unde sit et.", | |
"shipping_contact": { | |
"addresses_id": 1, | |
"receiver": "Peter Durgan", | |
"phone": "1-604-681-7465", | |
"email": "[email protected]", | |
"between_streets": "Entre Renner Tunnel y Lynch Union", | |
"address": { | |
"street1": "Nuevo Leon 4", | |
"city": "Ciudad de Mexico", | |
"state": "Ciudad de Mexico", | |
"postal_code": "78215", | |
"country": "MX" | |
} | |
}, | |
"line_items": [ | |
{ | |
"products_id": 1, | |
"name": "Ducimus qui veritatis.", | |
"description": "Et et dolor veniam.", | |
"sizes_id": 5, | |
"colors_id": 5, | |
"unit_price": 55600, | |
"quantity": 5 | |
}, | |
{ | |
"products_id": 2, | |
"name": "Fugit et itaque velit.", | |
"description": "Ut molestiae aut nulla inventore quia voluptatem.", | |
"sizes_id": 2, | |
"colors_id": 2, | |
"unit_price": 67210, | |
"quantity": 5 | |
} | |
], | |
"fees": [ | |
{ | |
"fees_id": 1, | |
"name": "Envoltura especial.", | |
"description": "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet", | |
"unit_price": 3620, | |
"quantity": 1 | |
}, | |
{ | |
"fees_id": 2, | |
"name": "Tarjeta de Felicitación.", | |
"description": "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet", | |
"unit_price": 7237, | |
"quantity": 1 | |
} | |
], | |
"charges": [ | |
{ | |
"payment_method": { | |
"type": "card", | |
"payment_source_id": "src_2hCBC4sfFpwNWq4ED" | |
} | |
} | |
], | |
"messages": { | |
"title": "Est illum amet accusamus non.", | |
"to": "Gudrun Gottlieb", | |
"message": "Rem repudiandae quas molestias. Est a suscipit mollitia atque totam recusandae. Quo veritatis consequatur quia incidunt. Aut accusamus nemo maiores doloribus nemo." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment