1 Star 0 Fork 0

justapnet / justap-server-sdk-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
V1Charge.md 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
justap-bot 提交于 2023-12-07 15:05 . new release 3.0.0

V1Charge

Properties

Name Type Description Notes
Amount float64 订单金额 [default to 0.0]
AmountFee float32 下单金额 [default to null]
AmountRefund float32 订单退款总金额 [default to null]
AmountRoyalty float32 分账金额 [default to null]
AmountSettle float64 结算金额,不一定有,视支付通道情况返回 [default to null]
AppId string 应用ID [default to null]
Body string 订单描述信息 [default to null]
Channel *Tradev1Channel 支付渠道 [default to null]
ChargeId string Charge 对象 id [default to null]
ClientIp string 顾客IP [default to null]
Closed bool 是否关闭 [default to null]
ClosedAt time.Time 关闭时间 [optional] [default to null]
ClosedTs string 关闭时间戳 [optional] [default to null]
CreatedAt time.Time Charge 对象创建时间 [optional] [default to null]
Credential *ProtobufAny 支付凭证 [optional] [default to null]
Currency string 货币单位,当前仅支持 CNY [default to null]
Description string 描述信息 [default to null]
ExpiredTs string 订单过期时间戳 [optional] [default to null]
Extra *V1ChargeExtra 支付渠道元数据 [optional] [default to null]
FailureCode string 收单机构错误码 [default to null]
FailureMsg string 收单机构错误描述信息 [default to null]
LiveMode bool 表明是否是沙箱环境 [default to null]
MerchantTradeId string 商户系统订单号,APP下需唯一 [default to null]
Metadata map[string]string 订单元数据,原样返回 [optional] [default to null]
Object string 对象类型 [default to null]
Paid bool 表明是否已支付 [default to null]
PaidAt time.Time 支付时间 [optional] [default to null]
PaidTs string 支付时间戳 [optional] [default to null]
Refunded bool 表明是否包含退款,含退款失败的 [default to null]
Refunds []V1Refund Refund 对象列表 [optional] [default to null]
Reversed bool 表明是否已经撤销 [default to null]
ReversedAt time.Time 冲正时间 [optional] [default to null]
Subject string 订单描述主题 [default to null]
TimeExpire time.Time 订单过期时间 [optional] [default to null]
TransactionNo string Charge 的支付单号 [default to null]
Ttl int32 订单生存时间,单位秒 [default to 0]

[Back to Model list] [Back to API list] [Back to README]

Go
1
https://gitee.com/justapnet/justap-server-sdk-go.git
git@gitee.com:justapnet/justap-server-sdk-go.git
justapnet
justap-server-sdk-go
justap-server-sdk-go
master

搜索帮助