mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 校验支付单
This commit is contained in:
@@ -27,6 +27,7 @@ public class AdaPayment {
|
||||
* Timestamp
|
||||
*
|
||||
* 支付创建时的 10 位时间戳
|
||||
* 收银台对象创建时间戳
|
||||
*/
|
||||
private String created_time;
|
||||
|
||||
@@ -151,4 +152,42 @@ public class AdaPayment {
|
||||
*/
|
||||
private String invalid_param;
|
||||
|
||||
// 支付模式,delay- 延时分账模式;值为空时,表示实时分账。
|
||||
private String pay_mode;
|
||||
|
||||
// 手续费金额
|
||||
private String fee_amt;
|
||||
|
||||
// 分账对象信息列表,详见 分账对象信息列表
|
||||
private String div_members;
|
||||
|
||||
// 支付确认对象 列表
|
||||
private String payment_confirms;
|
||||
|
||||
// 手续费收取模式:O-商户手续费账户扣取手续费,I-交易金额中扣取手续费;值为空时,默认值为I。
|
||||
private String fee_mode;
|
||||
|
||||
// 若为延时分账时,已发起支付撤销的总金额
|
||||
private String reserved_amt;
|
||||
|
||||
// 若为实时分账时,已发起退款的总金额
|
||||
private String refunded_amt;
|
||||
|
||||
// 若为延时分账时,已发起支付确认的总金额
|
||||
private String confirmed_amt;
|
||||
|
||||
// 若为微信渠道,则为微信openid,若为支付宝渠道,则为buyerid
|
||||
private String open_id;
|
||||
|
||||
// 支付宝买家登录账号
|
||||
private String buyer_logon_id;
|
||||
|
||||
// 优惠券信息,使用 JSON格式
|
||||
private String coupon_infos;
|
||||
|
||||
// 现金支付金额
|
||||
private String cash_pay_amt;
|
||||
|
||||
// 优惠金额
|
||||
private String discount_amt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user