topup_result_response

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TopupResultData

type TopupResultData struct {
	// 平台订单号
	TradeOrderNo string `json:"trade_order_no"`
	// 充值业务
	TopupBiz string `json:"topup_biz"`
	// 平台接口充值结果失败
	Result string `json:"result"`
	// 商家充值单号
	SellerOrderNo string `json:"seller_order_no"`
	// 错误码
	ErrCode string `json:"err_code"`
	// 错误信息
	ErrDesc string `json:"err_desc"`
}

type TopupResultResponse

type TopupResultResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *TopupResultData `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳