Documentation
¶
Index ¶
- type AddProfitSharingAccountRes
- type CreateProfitSharingOrderRes
- type DelProfitSharingAccountRes
- type DownloadBillRes
- type FinishProfitSharingOrderRes
- type GetOrderAmount
- type GetOrderRes
- type GetRefundAmount
- type GetRefundRes
- type QueryProfitSharingAccountRes
- type QueryProfitSharingOrderRes
- type QueryProfitSharingRemainAmtRes
- type QueryRefundProfitSharingOrderRes
- type RefundProfitSharingRes
- type RefundRes
- type RetailProfitSharingAccountInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProfitSharingAccountRes ¶
type AddProfitSharingAccountRes response.ResponsePayment
type CreateProfitSharingOrderRes ¶
type CreateProfitSharingOrderRes response.ResponsePayment
type DelProfitSharingAccountRes ¶
type DelProfitSharingAccountRes response.ResponsePayment
type DownloadBillRes ¶
type DownloadBillRes struct {
SuccessBillURL string `json:"success_bill_url"` // 支付成功订单下载链接,否
RefundBillURL string `json:"refund_bill_url"` // 退款单下载链接,否
AllBillURL string `json:"all_bill_url"` // 包括支付成功和退款单的下载链接,否
FundBillURL string `json:"fund_bill_url"` // 资金账单下载链接,否
EndedDayAvailAmt int64 `json:"ended_day_avail_amt"` // 日终账户可提现金额,否
EndedDayFrozenAmt int64 `json:"ended_day_frozen_amt"` // 日终账户待结算金额,否
EndedDayTotalAmt int64 `json:"ended_day_total_amt"` // 日终账户总金额,否
ProfitSharingBillURL string `json:"profit_sharing_bill_url"` // 分账成功订单下载链接,否
ProfitRefundBillURL string `json:"profit_refund_bill_url"` // 分账回退单下载链接,否
response.ResponsePayment
}
type FinishProfitSharingOrderRes ¶
type FinishProfitSharingOrderRes response.ResponsePayment
type GetOrderAmount ¶
type GetOrderRes ¶
type GetOrderRes struct {
AppID string `json:"appid"` // 小程序ID
MchID string `json:"mchid"` // 微信商户号
OutTradeNo string `json:"out_trade_no"` // 商户订单号
OrderID string `json:"order_id"` // B2b支付订单号
PayStatus string `json:"pay_status"` // 订单状态
PayTime string `json:"pay_time,omitempty"` // 支付完成时间
Attach string `json:"attach,omitempty"` // 附加数据
PayerOpenid string `json:"payer_openid"` // 支付者
Amount GetOrderAmount `json:"amount,omitempty"` // 订单金额
WxPayTransactionID string `json:"wxpay_transaction_id,omitempty"` // 微信支付订单号
Env int `json:"env"` // 订单环境
response.ResponsePayment
}
type GetRefundAmount ¶
type GetRefundRes ¶
type GetRefundRes struct {
RefundID string `json:"refund_id"` // B2b支付退款单号
OutRefundNo string `json:"out_refund_no"` // 商户退款单号
OrderID string `json:"order_id"` // B2b支付订单号
OutTradeNo string `json:"out_trade_no"` // 商户订单号
CreateTime string `json:"create_time"` // 退款创建时间
RefundTime string `json:"refund_time"` // 退款成功时间
RefundStatus string `json:"refund_status"` // 退款状态
RefundDesc string `json:"refund_desc"` // 退款说明
Amount GetRefundAmount `json:"amount"` // 金额信息
WxPayRefundID string `json:"wxpay_refund_id"` // 微信支付退款单号
response.ResponsePayment
}
type QueryProfitSharingAccountRes ¶
type QueryProfitSharingAccountRes struct {
AccountList []RetailProfitSharingAccountInfo `json:"account_list"`
response.ResponsePayment
}
type QueryProfitSharingOrderRes ¶
type QueryProfitSharingOrderRes struct {
OrderStatus int `json:"order_status"`
response.ResponsePayment
}
type QueryProfitSharingRemainAmtRes ¶
type QueryProfitSharingRemainAmtRes struct {
RemainAmt int64 `json:"remain_amt"` // 冻结金额,单位:分
response.ResponsePayment
}
type QueryRefundProfitSharingOrderRes ¶
type QueryRefundProfitSharingOrderRes struct {
OrderStatus int `json:"order_status"`
response.ResponsePayment
}
type RefundProfitSharingRes ¶
type RefundProfitSharingRes response.ResponsePayment
Click to show internal directories.
Click to hide internal directories.