JSON 檔案格式
檔案結構
{
"production": false,
"credential": {
"MerchantID": "商店代號",
"HashKey": "加密金鑰",
"HashIV": "加密向量"
},
"invoices": [
{
"RelateNumber": "訂單編號",
"CustomerName": "客戶名稱",
"CustomerEmail": "客戶信箱",
"Print": "0",
"TaxType": "1",
"SalesAmount": 1000,
"Items": [
{
"ItemName": "商品名稱",
"ItemCount": 1,
"ItemWord": "個",
"ItemPrice": 1000,
"ItemAmount": 1000
}
]
}
]
}主要欄位說明
production
credential
invoices
範本檔案
欄位差異
Last updated
