{
"tradeId": "string",
"userId": "string",
"merTradeNo": "string",
"chargeId": "string",
"customerEmail": "string",
"amount": 0,
"fee": 0,
"settlementAmount": 0,
"settlementFinishTime": "yyyy-MM-dd HH:mm:ss",
"orderInfo": {
"orderId": "string",
"orderNo": "string",
"orderTime": "yyyy-MM-dd HH:mm:ss",
"orderAmount": 0,
"taxFee": 0,
"discountAmount": 0,
"logisticsFee": 0,
"customerInfo": {
"userId": "string",
"customerId": "string",
"name": "string",
"email": "string",
"mobile": "string",
"birthDate": "yyyy-MM-dd",
"country": "string",
"billCountry": "string",
"billState": "string",
"billCity": "string",
"billAddress1": "string",
"billAddress2": "string",
"billStreetNumber": "string",
"billPostCode": "string"
},
"goodsInfo": [
{
"userId": "string",
"recordeId": "string",
"goodsId": "string",
"goodsName": "string",
"goodsDesc": "string",
"shopUrl": "string",
"unitPrice": 0,
"goodsImage": [
{
"fileId": "string",
"fileName": "string",
"fileUrl": "string"
}
]
}
]
},
"paymentMethod": "0002",
"refundInfoList": [
{
"refundId": "string",
"refundAmount": 0,
"amount": 0,
"fee": 0,
"refundReason": "string",
"memo": "string",
"status": "PROCESSING",
"createTime": "string"
}
],
"status": "WAIT_PAY",
"createTime": "yyyy-MM-dd HH:mm:ss"
}