querycoupondetail

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryCouponDetailRequest

type QueryCouponDetailRequest struct {
	/**
	 *  配置ID
	 */
	CouponConfigId string `json:"couponConfigId"`
}

func (*QueryCouponDetailRequest) DoInvoke

func (req *QueryCouponDetailRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryCouponDetailResponse, error)

type QueryCouponDetailResponse

type QueryCouponDetailResponse struct {
	Code    string                   `json:"code"`
	Msg     string                   `json:"msg"`
	Data    QueryReceiveCouponDetail `json:"data"`
	TraceId string                   `json:"traceId"`
}

func (*QueryCouponDetailResponse) IsSuccess

func (response *QueryCouponDetailResponse) IsSuccess() bool

type QueryReceiveCouponDetail

type QueryReceiveCouponDetail struct {
	/**
	 * 发送成功数量
	 */
	SendNum int32 `json:"sendNum"`
	/**
	 * 已使用
	 */
	UseNum int32 `json:"useNum"`
	/**
	 * 未使用的
	 */
	UnUseNum int32 `json:"unUseNum"`
	/**
	 * 已过期的数量
	 */
	ExpireNum int32 `json:"expireNum"`
	/**
	 * 已使用用户列表
	 */
	Used []int64 `json:"used"`
	/**
	 * 未使用用户列表
	 */
	UnUsed []int64 `json:"unUsed"`
	/**
	 * 已过期用户列表
	 */
	Expire []int64 `json:"expire"`
}

Jump to

Keyboard shortcuts

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