Skip to content

Instantly share code, notes, and snippets.

@fantasywind
Created November 20, 2015 16:15
Show Gist options
  • Save fantasywind/04f0358d0e5993eee6c3 to your computer and use it in GitHub Desktop.
Save fantasywind/04f0358d0e5993eee6c3 to your computer and use it in GitHub Desktop.
{
"paymentMethod": "Credit",
"orderItems": [{
"ProductId": 1,
"quantity": 1,
"name": "好棒棒",
"description": "好棒棒是誰",
"price": 255
}, {
"ProductId": 3,
"quantity": 2,
"name": "好棒棒",
"description": "好棒棒是誰",
"price": 200
}],
"user": {
"zipcode": "114",
"city": "台北市",
"region": "內湖區",
"address": "成功路五段450巷23弄23號7樓之1",
"email": "fantasyatelier@gmail.com"
},
"shipment": {
"zipcode": "114",
"city": "台北市",
"region": "內湖區",
"address": "成功路五段450巷23弄23號7樓之1",
"shippingType": "delivery",
"taxId": "54366906"
},
"invoice": {
"type": "duplex",
"taxId": "54366906",
"title": "八拍子股份有限公司"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment