{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"tradeNo": {"type": "string"},
"outTradeNo": {"type": "string"},
"platformOrderNo": {"type": "string"},
"payStatus": {"type": "integer"},
"gmtClose": {"type": "string"},
"totalAmount": {"type": "number"},
"netMoney": {"type": "number"},
"buyerPayAmount": {"type": "number"},
"subsidyFee": {"type": "number"},
"payPlatformFee": {"type": "number"},
"payPlatformRate": {"type": "number"},
"liquidatorCommissionFee": {"type": "number"},
"liquidatorCommissionRate": {"type": "number"},
"userId": {"type": "string"},
"openId": {"type": "string"},
"payPlatformType": {"type": "integer"},
"orderType": {"type": "integer"},
"receiptAmount": {"type": "number"},
"couponFee": {"type": "number"},
"shareOrderType": {"type": "integer"},
"shareType": {"type": "string"},
"riskInfo": {
"type": "object",
"properties": {
"terminalIp": {"type": "string"},
"terminalLocation": {"type": "string"}
}
},
"discountGoodsDetail": {"type": "string"},
"subMerchantNo": {"type": "string"},
"storeId": {"type": "string"},
"merchantId": {"type": "string"},
"payType": {"type": "string"},
"delayedSettleType": {"type": "integer"},
"discountAmount": {"type": "number"},
"merchantDiscountAmount": {"type": "number"},
"alipayExtendParams": {
"type": "object",
"properties": {
"hbFqNum": {"type": "integer"},
"hbFqSellerPercent": {"type": "integer"},
"sysServiceProviderId": {"type": "string"},
"industryRefluxInfo": {"type": "string"},
"cardType": {"type": "string"},
"fundBillList": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fundChannel": {"type": "string"},
"amount": {"type": "number"},
"realAmount": {"type": "number"},
"fundType": {"type": "string"}
}
}
},
"alipayVoucherDetailList": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {"type": "string"},
"name": {"type": "string"},
"type": {"type": "string"},
"amount": {"type": "number"},
"merchantContribute": {"type": "number"},
"otherContribute": {"type": "number"},
"memo": {"type": "string"},
"templateId": {"type": "string"},
"alipayOtherContributeDetail": {
"type": "array",
"items": {
"type": "object",
"properties": {
"contributeType": {"type": "string"},
"contributeAmount": {"type": "number"}
}
}
}
}
}
},
"merDiscountAmount": {"type": "number"},
"hbFqPayInfo": {"type": "string"}
}
},
"wechatExtendParams": {
"type": "object",
"properties": {
"bankType": {"type": "string"}
}
}
}
}