tvpay

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyAuthResultDo

type ApplyAuthResultDo struct {
	AuthMode string `json:"auth_mode,omitempty" xml:"auth_mode,omitempty"`

	Mobile string `json:"mobile,omitempty" xml:"mobile,omitempty"`

	QrCodeUrl string `json:"qr_code_url,omitempty" xml:"qr_code_url,omitempty"`

	QrCode string `json:"qr_code,omitempty" xml:"qr_code,omitempty"`
}

ApplyAuthResultDo

type GetAppInfoResultDo

type GetAppInfoResultDo struct {
	PackageName string `json:"package_name,omitempty" xml:"package_name,omitempty"`

	PartnerId int64 `json:"partner_id,omitempty" xml:"partner_id,omitempty"`

	AppConfig *SdkAppConfigDo `json:"app_config,omitempty" xml:"app_config,omitempty"`

	GlobalConfig *SdkGlobalConfigDo `json:"global_config,omitempty" xml:"global_config,omitempty"`
}

GetAppInfoResultDo

type GetLoginInfoByOrderResultDo

type GetLoginInfoByOrderResultDo struct {
	AccessData string `json:"access_data,omitempty" xml:"access_data,omitempty"`

	HasLoginInfo bool `json:"has_login_info,omitempty" xml:"has_login_info,omitempty"`
}

GetLoginInfoByOrderResultDo

type GetPartnerPayResultResultDo

type GetPartnerPayResultResultDo struct {
	Data string `json:"data,omitempty" xml:"data,omitempty"`
}

GetPartnerPayResultResultDo

type GetPromotionInfoResultDo

type GetPromotionInfoResultDo struct {
	HasPromotionEvent bool `json:"has_promotion_event,omitempty" xml:"has_promotion_event,omitempty"`

	Hint string `json:"hint,omitempty" xml:"hint,omitempty"`
}

GetPromotionInfoResultDo

type PartnerPayResultDo

type PartnerPayResultDo struct {
	FundMoney string `json:"fund_money,omitempty" xml:"fund_money,omitempty"`

	FundMoneyCode string `json:"fund_money_code,omitempty" xml:"fund_money_code,omitempty"`

	Mobile string `json:"mobile,omitempty" xml:"mobile,omitempty"`

	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`

	PayCode string `json:"pay_code,omitempty" xml:"pay_code,omitempty"`

	PayMode string `json:"pay_mode,omitempty" xml:"pay_mode,omitempty"`
}

PartnerPayResultDo

type PreCreateResultDo

type PreCreateResultDo struct {
	OutOrderNo string `json:"out_order_no,omitempty" xml:"out_order_no,omitempty"`

	QrCode string `json:"qr_code,omitempty" xml:"qr_code,omitempty"`
}

PreCreateResultDo

type QueryAuthResultDo

type QueryAuthResultDo struct {
	AlipayAccount string `json:"alipay_account,omitempty" xml:"alipay_account,omitempty"`

	LimitAmount int64 `json:"limit_amount,omitempty" xml:"limit_amount,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

QueryAuthResultDo

type QueryPayResultResultDo

type QueryPayResultResultDo struct {
	FundMoney string `json:"fund_money,omitempty" xml:"fund_money,omitempty"`

	FundMoneyCode string `json:"fund_money_code,omitempty" xml:"fund_money_code,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

QueryPayResultResultDo

type SdkAppConfigDo

type SdkAppConfigDo struct {
	EnableUploadLog bool `json:"enable_upload_log,omitempty" xml:"enable_upload_log,omitempty"`

	EnableYoument bool `json:"enable_youment,omitempty" xml:"enable_youment,omitempty"`

	ConfigProps string `json:"config_props,omitempty" xml:"config_props,omitempty"`

	EnableAutoLogin bool `json:"enable_auto_login,omitempty" xml:"enable_auto_login,omitempty"`
}

SdkAppConfigDo

type SdkGlobalConfigDo

type SdkGlobalConfigDo struct {
	AskBeforeAutoLogin bool `json:"ask_before_auto_login,omitempty" xml:"ask_before_auto_login,omitempty"`

	AutoLoginChecked bool `json:"auto_login_checked,omitempty" xml:"auto_login_checked,omitempty"`

	AutoLoginDialogPattern int64 `json:"auto_login_dialog_pattern,omitempty" xml:"auto_login_dialog_pattern,omitempty"`

	ShowAuthCodeByDefault bool `json:"show_auth_code_by_default,omitempty" xml:"show_auth_code_by_default,omitempty"`

	H5ProxyUrl string `json:"h5_proxy_url,omitempty" xml:"h5_proxy_url,omitempty"`
}

SdkGlobalConfigDo

type TaobaoTvpayAccessDataGetAPIResponse

type TaobaoTvpayAccessDataGetAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayAccessDataGetResponse
}

tv支付 APIResponse taobao.tvpay.access.data.get

在匿名用户支付后尝试为其登陆绑定的淘宝账号

type TaobaoTvpayAccessDataGetRequest

type TaobaoTvpayAccessDataGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付 APIRequest taobao.tvpay.access.data.get

在匿名用户支付后尝试为其登陆绑定的淘宝账号

func NewTaobaoTvpayAccessDataGetRequest

func NewTaobaoTvpayAccessDataGetRequest() *TaobaoTvpayAccessDataGetRequest

func (TaobaoTvpayAccessDataGetRequest) GetAccountClientVersion

func (r TaobaoTvpayAccessDataGetRequest) GetAccountClientVersion() string

func (TaobaoTvpayAccessDataGetRequest) GetApiMethodName

func (r TaobaoTvpayAccessDataGetRequest) GetApiMethodName() string

func (TaobaoTvpayAccessDataGetRequest) GetApiParams

func (r TaobaoTvpayAccessDataGetRequest) GetApiParams() url.Values

func (TaobaoTvpayAccessDataGetRequest) GetDeviceId

func (r TaobaoTvpayAccessDataGetRequest) GetDeviceId() string

func (TaobaoTvpayAccessDataGetRequest) GetFrom

func (TaobaoTvpayAccessDataGetRequest) GetOutOrderNo

func (r TaobaoTvpayAccessDataGetRequest) GetOutOrderNo() string

func (*TaobaoTvpayAccessDataGetRequest) SetAccountClientVersion

func (r *TaobaoTvpayAccessDataGetRequest) SetAccountClientVersion(accountClientVersion string) error

func (*TaobaoTvpayAccessDataGetRequest) SetDeviceId

func (r *TaobaoTvpayAccessDataGetRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayAccessDataGetRequest) SetFrom

func (r *TaobaoTvpayAccessDataGetRequest) SetFrom(from string) error

func (*TaobaoTvpayAccessDataGetRequest) SetOutOrderNo

func (r *TaobaoTvpayAccessDataGetRequest) SetOutOrderNo(outOrderNo string) error

type TaobaoTvpayAccessDataGetResponse

type TaobaoTvpayAccessDataGetResponse struct {
	XMLName xml.Name `xml:"tvpay_access_data_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayAppinfoGetAPIResponse

type TaobaoTvpayAppinfoGetAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayAppinfoGetResponse
}

tv支付获取应用信息 APIResponse taobao.tvpay.appinfo.get

tv支付获取应用信息

type TaobaoTvpayAppinfoGetRequest

type TaobaoTvpayAppinfoGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付获取应用信息 APIRequest taobao.tvpay.appinfo.get

tv支付获取应用信息

func NewTaobaoTvpayAppinfoGetRequest

func NewTaobaoTvpayAppinfoGetRequest() *TaobaoTvpayAppinfoGetRequest

func (TaobaoTvpayAppinfoGetRequest) GetApiMethodName

func (r TaobaoTvpayAppinfoGetRequest) GetApiMethodName() string

func (TaobaoTvpayAppinfoGetRequest) GetApiParams

func (r TaobaoTvpayAppinfoGetRequest) GetApiParams() url.Values

func (TaobaoTvpayAppinfoGetRequest) GetClientVersion

func (r TaobaoTvpayAppinfoGetRequest) GetClientVersion() string

func (TaobaoTvpayAppinfoGetRequest) GetDeviceId

func (r TaobaoTvpayAppinfoGetRequest) GetDeviceId() string

func (TaobaoTvpayAppinfoGetRequest) GetFrom

func (*TaobaoTvpayAppinfoGetRequest) SetClientVersion

func (r *TaobaoTvpayAppinfoGetRequest) SetClientVersion(clientVersion string) error

func (*TaobaoTvpayAppinfoGetRequest) SetDeviceId

func (r *TaobaoTvpayAppinfoGetRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayAppinfoGetRequest) SetFrom

func (r *TaobaoTvpayAppinfoGetRequest) SetFrom(from string) error

type TaobaoTvpayAppinfoGetResponse

type TaobaoTvpayAppinfoGetResponse struct {
	XMLName xml.Name `xml:"tvpay_appinfo_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayAuthApplyAPIResponse

type TaobaoTvpayAuthApplyAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayAuthApplyResponse
}

tv支付申请设备授权 APIResponse taobao.tvpay.auth.apply

为用户在指定设备上申请支付授权

type TaobaoTvpayAuthApplyRequest

type TaobaoTvpayAuthApplyRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付申请设备授权 APIRequest taobao.tvpay.auth.apply

为用户在指定设备上申请支付授权

func NewTaobaoTvpayAuthApplyRequest

func NewTaobaoTvpayAuthApplyRequest() *TaobaoTvpayAuthApplyRequest

func (TaobaoTvpayAuthApplyRequest) GetApiMethodName

func (r TaobaoTvpayAuthApplyRequest) GetApiMethodName() string

func (TaobaoTvpayAuthApplyRequest) GetApiParams

func (r TaobaoTvpayAuthApplyRequest) GetApiParams() url.Values

func (TaobaoTvpayAuthApplyRequest) GetBizScene

func (r TaobaoTvpayAuthApplyRequest) GetBizScene() string

func (TaobaoTvpayAuthApplyRequest) GetDeviceId

func (r TaobaoTvpayAuthApplyRequest) GetDeviceId() string

func (TaobaoTvpayAuthApplyRequest) GetFrom

func (r TaobaoTvpayAuthApplyRequest) GetFrom() string

func (TaobaoTvpayAuthApplyRequest) GetItemName

func (r TaobaoTvpayAuthApplyRequest) GetItemName() string

func (TaobaoTvpayAuthApplyRequest) GetOperateType

func (r TaobaoTvpayAuthApplyRequest) GetOperateType() string

func (TaobaoTvpayAuthApplyRequest) GetOutApproveId

func (r TaobaoTvpayAuthApplyRequest) GetOutApproveId() string

func (TaobaoTvpayAuthApplyRequest) GetTotalFee

func (r TaobaoTvpayAuthApplyRequest) GetTotalFee() string

func (*TaobaoTvpayAuthApplyRequest) SetBizScene

func (r *TaobaoTvpayAuthApplyRequest) SetBizScene(bizScene string) error

func (*TaobaoTvpayAuthApplyRequest) SetDeviceId

func (r *TaobaoTvpayAuthApplyRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayAuthApplyRequest) SetFrom

func (r *TaobaoTvpayAuthApplyRequest) SetFrom(from string) error

func (*TaobaoTvpayAuthApplyRequest) SetItemName

func (r *TaobaoTvpayAuthApplyRequest) SetItemName(itemName string) error

func (*TaobaoTvpayAuthApplyRequest) SetOperateType

func (r *TaobaoTvpayAuthApplyRequest) SetOperateType(operateType string) error

func (*TaobaoTvpayAuthApplyRequest) SetOutApproveId

func (r *TaobaoTvpayAuthApplyRequest) SetOutApproveId(outApproveId string) error

func (*TaobaoTvpayAuthApplyRequest) SetTotalFee

func (r *TaobaoTvpayAuthApplyRequest) SetTotalFee(totalFee string) error

type TaobaoTvpayAuthApplyResponse

type TaobaoTvpayAuthApplyResponse struct {
	XMLName xml.Name `xml:"tvpay_auth_apply_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayAuthQueryAPIResponse

type TaobaoTvpayAuthQueryAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayAuthQueryResponse
}

tv支付授权查询 APIResponse taobao.tvpay.auth.query

查询该用户在指定设备上是否有支付授权

type TaobaoTvpayAuthQueryRequest

type TaobaoTvpayAuthQueryRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付授权查询 APIRequest taobao.tvpay.auth.query

查询该用户在指定设备上是否有支付授权

func NewTaobaoTvpayAuthQueryRequest

func NewTaobaoTvpayAuthQueryRequest() *TaobaoTvpayAuthQueryRequest

func (TaobaoTvpayAuthQueryRequest) GetApiMethodName

func (r TaobaoTvpayAuthQueryRequest) GetApiMethodName() string

func (TaobaoTvpayAuthQueryRequest) GetApiParams

func (r TaobaoTvpayAuthQueryRequest) GetApiParams() url.Values

func (TaobaoTvpayAuthQueryRequest) GetBizOrderId

func (r TaobaoTvpayAuthQueryRequest) GetBizOrderId() string

func (TaobaoTvpayAuthQueryRequest) GetDeviceId

func (r TaobaoTvpayAuthQueryRequest) GetDeviceId() string

func (TaobaoTvpayAuthQueryRequest) GetFrom

func (r TaobaoTvpayAuthQueryRequest) GetFrom() string

func (TaobaoTvpayAuthQueryRequest) GetIsTao

func (r TaobaoTvpayAuthQueryRequest) GetIsTao() bool

func (TaobaoTvpayAuthQueryRequest) GetOrderNo

func (r TaobaoTvpayAuthQueryRequest) GetOrderNo() string

func (TaobaoTvpayAuthQueryRequest) GetOutOrderNo

func (r TaobaoTvpayAuthQueryRequest) GetOutOrderNo() string

func (*TaobaoTvpayAuthQueryRequest) SetBizOrderId

func (r *TaobaoTvpayAuthQueryRequest) SetBizOrderId(bizOrderId string) error

func (*TaobaoTvpayAuthQueryRequest) SetDeviceId

func (r *TaobaoTvpayAuthQueryRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayAuthQueryRequest) SetFrom

func (r *TaobaoTvpayAuthQueryRequest) SetFrom(from string) error

func (*TaobaoTvpayAuthQueryRequest) SetIsTao

func (r *TaobaoTvpayAuthQueryRequest) SetIsTao(isTao bool) error

func (*TaobaoTvpayAuthQueryRequest) SetOrderNo

func (r *TaobaoTvpayAuthQueryRequest) SetOrderNo(orderNo string) error

func (*TaobaoTvpayAuthQueryRequest) SetOutOrderNo

func (r *TaobaoTvpayAuthQueryRequest) SetOutOrderNo(outOrderNo string) error

type TaobaoTvpayAuthQueryResponse

type TaobaoTvpayAuthQueryResponse struct {
	XMLName xml.Name `xml:"tvpay_auth_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayOrderPartnerpayAPIResponse

type TaobaoTvpayOrderPartnerpayAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayOrderPartnerpayResponse
}

tv支付第三方支付订单 APIResponse taobao.tvpay.order.partnerpay

tv支付第三方发起并支付订单(使用设备授权)

type TaobaoTvpayOrderPartnerpayRequest

type TaobaoTvpayOrderPartnerpayRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付第三方支付订单 APIRequest taobao.tvpay.order.partnerpay

tv支付第三方发起并支付订单(使用设备授权)

func NewTaobaoTvpayOrderPartnerpayRequest

func NewTaobaoTvpayOrderPartnerpayRequest() *TaobaoTvpayOrderPartnerpayRequest

func (TaobaoTvpayOrderPartnerpayRequest) GetApiMethodName

func (r TaobaoTvpayOrderPartnerpayRequest) GetApiMethodName() string

func (TaobaoTvpayOrderPartnerpayRequest) GetApiParams

func (r TaobaoTvpayOrderPartnerpayRequest) GetApiParams() url.Values

func (TaobaoTvpayOrderPartnerpayRequest) GetData

func (TaobaoTvpayOrderPartnerpayRequest) GetDeviceId

func (r TaobaoTvpayOrderPartnerpayRequest) GetDeviceId() string

func (TaobaoTvpayOrderPartnerpayRequest) GetFrom

func (TaobaoTvpayOrderPartnerpayRequest) GetLicense

func (TaobaoTvpayOrderPartnerpayRequest) GetPayType

func (*TaobaoTvpayOrderPartnerpayRequest) SetData

func (*TaobaoTvpayOrderPartnerpayRequest) SetDeviceId

func (r *TaobaoTvpayOrderPartnerpayRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayOrderPartnerpayRequest) SetFrom

func (*TaobaoTvpayOrderPartnerpayRequest) SetLicense

func (r *TaobaoTvpayOrderPartnerpayRequest) SetLicense(license string) error

func (*TaobaoTvpayOrderPartnerpayRequest) SetPayType

func (r *TaobaoTvpayOrderPartnerpayRequest) SetPayType(payType string) error

type TaobaoTvpayOrderPartnerpayResponse

type TaobaoTvpayOrderPartnerpayResponse struct {
	XMLName xml.Name `xml:"tvpay_order_partnerpay_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayOrderPrecreateAPIResponse

type TaobaoTvpayOrderPrecreateAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayOrderPrecreateResponse
}

tv支付预下单 APIResponse taobao.tvpay.order.precreate

tv支付预下单

type TaobaoTvpayOrderPrecreateRequest

type TaobaoTvpayOrderPrecreateRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付预下单 APIRequest taobao.tvpay.order.precreate

tv支付预下单

func NewTaobaoTvpayOrderPrecreateRequest

func NewTaobaoTvpayOrderPrecreateRequest() *TaobaoTvpayOrderPrecreateRequest

func (TaobaoTvpayOrderPrecreateRequest) GetApiMethodName

func (r TaobaoTvpayOrderPrecreateRequest) GetApiMethodName() string

func (TaobaoTvpayOrderPrecreateRequest) GetApiParams

func (r TaobaoTvpayOrderPrecreateRequest) GetApiParams() url.Values

func (TaobaoTvpayOrderPrecreateRequest) GetData

func (TaobaoTvpayOrderPrecreateRequest) GetDeviceId

func (r TaobaoTvpayOrderPrecreateRequest) GetDeviceId() string

func (TaobaoTvpayOrderPrecreateRequest) GetFrom

func (TaobaoTvpayOrderPrecreateRequest) GetLicense

func (*TaobaoTvpayOrderPrecreateRequest) SetData

func (*TaobaoTvpayOrderPrecreateRequest) SetDeviceId

func (r *TaobaoTvpayOrderPrecreateRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayOrderPrecreateRequest) SetFrom

func (*TaobaoTvpayOrderPrecreateRequest) SetLicense

func (r *TaobaoTvpayOrderPrecreateRequest) SetLicense(license string) error

type TaobaoTvpayOrderPrecreateResponse

type TaobaoTvpayOrderPrecreateResponse struct {
	XMLName xml.Name `xml:"tvpay_order_precreate_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayOrderQueryAPIResponse

type TaobaoTvpayOrderQueryAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayOrderQueryResponse
}

tv支付查询订单状态 APIResponse taobao.tvpay.order.query

tv支付查询订单状态

type TaobaoTvpayOrderQueryRequest

type TaobaoTvpayOrderQueryRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付查询订单状态 APIRequest taobao.tvpay.order.query

tv支付查询订单状态

func NewTaobaoTvpayOrderQueryRequest

func NewTaobaoTvpayOrderQueryRequest() *TaobaoTvpayOrderQueryRequest

func (TaobaoTvpayOrderQueryRequest) GetApiMethodName

func (r TaobaoTvpayOrderQueryRequest) GetApiMethodName() string

func (TaobaoTvpayOrderQueryRequest) GetApiParams

func (r TaobaoTvpayOrderQueryRequest) GetApiParams() url.Values

func (TaobaoTvpayOrderQueryRequest) GetBizOrderId

func (r TaobaoTvpayOrderQueryRequest) GetBizOrderId() string

func (TaobaoTvpayOrderQueryRequest) GetDeviceId

func (r TaobaoTvpayOrderQueryRequest) GetDeviceId() string

func (TaobaoTvpayOrderQueryRequest) GetFrom

func (TaobaoTvpayOrderQueryRequest) GetIsTao

func (r TaobaoTvpayOrderQueryRequest) GetIsTao() bool

func (TaobaoTvpayOrderQueryRequest) GetLicense

func (r TaobaoTvpayOrderQueryRequest) GetLicense() string

func (TaobaoTvpayOrderQueryRequest) GetOrderNo

func (r TaobaoTvpayOrderQueryRequest) GetOrderNo() string

func (TaobaoTvpayOrderQueryRequest) GetOrderType

func (r TaobaoTvpayOrderQueryRequest) GetOrderType() string

func (TaobaoTvpayOrderQueryRequest) GetOutOrderNo

func (r TaobaoTvpayOrderQueryRequest) GetOutOrderNo() string

func (*TaobaoTvpayOrderQueryRequest) SetBizOrderId

func (r *TaobaoTvpayOrderQueryRequest) SetBizOrderId(bizOrderId string) error

func (*TaobaoTvpayOrderQueryRequest) SetDeviceId

func (r *TaobaoTvpayOrderQueryRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayOrderQueryRequest) SetFrom

func (r *TaobaoTvpayOrderQueryRequest) SetFrom(from string) error

func (*TaobaoTvpayOrderQueryRequest) SetIsTao

func (r *TaobaoTvpayOrderQueryRequest) SetIsTao(isTao bool) error

func (*TaobaoTvpayOrderQueryRequest) SetLicense

func (r *TaobaoTvpayOrderQueryRequest) SetLicense(license string) error

func (*TaobaoTvpayOrderQueryRequest) SetOrderNo

func (r *TaobaoTvpayOrderQueryRequest) SetOrderNo(orderNo string) error

func (*TaobaoTvpayOrderQueryRequest) SetOrderType

func (r *TaobaoTvpayOrderQueryRequest) SetOrderType(orderType string) error

func (*TaobaoTvpayOrderQueryRequest) SetOutOrderNo

func (r *TaobaoTvpayOrderQueryRequest) SetOutOrderNo(outOrderNo string) error

type TaobaoTvpayOrderQueryResponse

type TaobaoTvpayOrderQueryResponse struct {
	XMLName xml.Name `xml:"tvpay_order_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayPartnerOrderQueryAPIResponse

type TaobaoTvpayPartnerOrderQueryAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayPartnerOrderQueryResponse
}

商户查询订单 APIResponse taobao.tvpay.partner.order.query

给商户提供的查询订单状态的API

type TaobaoTvpayPartnerOrderQueryRequest

type TaobaoTvpayPartnerOrderQueryRequest struct {
	model.Params
	// contains filtered or unexported fields
}

商户查询订单 APIRequest taobao.tvpay.partner.order.query

给商户提供的查询订单状态的API

func NewTaobaoTvpayPartnerOrderQueryRequest

func NewTaobaoTvpayPartnerOrderQueryRequest() *TaobaoTvpayPartnerOrderQueryRequest

func (TaobaoTvpayPartnerOrderQueryRequest) GetApiMethodName

func (r TaobaoTvpayPartnerOrderQueryRequest) GetApiMethodName() string

func (TaobaoTvpayPartnerOrderQueryRequest) GetApiParams

func (TaobaoTvpayPartnerOrderQueryRequest) GetOrderNo

func (*TaobaoTvpayPartnerOrderQueryRequest) SetOrderNo

func (r *TaobaoTvpayPartnerOrderQueryRequest) SetOrderNo(orderNo string) error

type TaobaoTvpayPartnerOrderQueryResponse

type TaobaoTvpayPartnerOrderQueryResponse struct {
	XMLName xml.Name `xml:"tvpay_partner_order_query_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TaobaoTvpayPromotionInfoGetAPIResponse

type TaobaoTvpayPromotionInfoGetAPIResponse struct {
	model.CommonResponse
	TaobaoTvpayPromotionInfoGetResponse
}

tv支付查询消费抽奖配置 APIResponse taobao.tvpay.promotion.info.get

查询消费抽奖配置

type TaobaoTvpayPromotionInfoGetRequest

type TaobaoTvpayPromotionInfoGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

tv支付查询消费抽奖配置 APIRequest taobao.tvpay.promotion.info.get

查询消费抽奖配置

func NewTaobaoTvpayPromotionInfoGetRequest

func NewTaobaoTvpayPromotionInfoGetRequest() *TaobaoTvpayPromotionInfoGetRequest

func (TaobaoTvpayPromotionInfoGetRequest) GetApiMethodName

func (r TaobaoTvpayPromotionInfoGetRequest) GetApiMethodName() string

func (TaobaoTvpayPromotionInfoGetRequest) GetApiParams

func (TaobaoTvpayPromotionInfoGetRequest) GetDeviceId

func (TaobaoTvpayPromotionInfoGetRequest) GetExtOrderId

func (r TaobaoTvpayPromotionInfoGetRequest) GetExtOrderId() string

func (TaobaoTvpayPromotionInfoGetRequest) GetFrom

func (TaobaoTvpayPromotionInfoGetRequest) GetIsTao

func (TaobaoTvpayPromotionInfoGetRequest) GetSubject

func (TaobaoTvpayPromotionInfoGetRequest) GetSubjectId

func (r TaobaoTvpayPromotionInfoGetRequest) GetSubjectId() string

func (*TaobaoTvpayPromotionInfoGetRequest) SetDeviceId

func (r *TaobaoTvpayPromotionInfoGetRequest) SetDeviceId(deviceId string) error

func (*TaobaoTvpayPromotionInfoGetRequest) SetExtOrderId

func (r *TaobaoTvpayPromotionInfoGetRequest) SetExtOrderId(extOrderId string) error

func (*TaobaoTvpayPromotionInfoGetRequest) SetFrom

func (*TaobaoTvpayPromotionInfoGetRequest) SetIsTao

func (r *TaobaoTvpayPromotionInfoGetRequest) SetIsTao(isTao bool) error

func (*TaobaoTvpayPromotionInfoGetRequest) SetSubject

func (r *TaobaoTvpayPromotionInfoGetRequest) SetSubject(subject string) error

func (*TaobaoTvpayPromotionInfoGetRequest) SetSubjectId

func (r *TaobaoTvpayPromotionInfoGetRequest) SetSubjectId(subjectId string) error

type TaobaoTvpayPromotionInfoGetResponse

type TaobaoTvpayPromotionInfoGetResponse struct {
	XMLName xml.Name `xml:"tvpay_promotion_info_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *TopResultDo `json:"result,omitempty" xml:"result,omitempty"`
}

type TopResultDo

type TopResultDo struct {
	Code string `json:"code,omitempty" xml:"code,omitempty"`

	Data *GetLoginInfoByOrderResultDo `json:"data,omitempty" xml:"data,omitempty"`

	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TopResultDo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL