拒付结果

数据类型:ChargebackResult

字段类型含义建议备注
chargeback_amountAmount拒付金额必须
chargeback_reasonString拒付原因必须
chargeback_processString拒付阶段必须例如 need_response
{
    "chargeback_amount": {
        "currency": "CNY",
        "amount_local": 68,
        "amount_usd": 10,
        "amount_cny": 68
    },
    "chargeback_reason": "XXX",
    "chargeback_process": "need_response"
}