promotion

package
v1.1.11 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: GPL-3.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 PromotionUnitClient

type PromotionUnitClient struct {
	AppName          string                         `json:"appName"`
	BusinessIdentity string                         `json:"businessIdentity"`
	AppId            string                         `json:"appId,omitempty"`
	UserAgent        string                         `json:"userAgent,omitempty"`
	Uuid             string                         `json:"uuid,omitempty"`
	Ip               string                         `json:"ip,omitempty"`
	Site             string                         `json:"site,omitempty"`
	Language         string                         `json:"language,omitempty"`
	Extension        *PromotionUnitClientExtentsion `json:"extension,omitempty"`
}

type PromotionUnitClientExtentsion

type PromotionUnitClientExtentsion struct {
	ApiVersion string `json:"apiVersion"`
}

type PromotionUnitParam

type PromotionUnitParam struct {
	Name             string                    `json:"name"`
	BeginTime        string                    `json:"beginTime"`
	EndTime          string                    `json:"endTime"`
	PromoLabel       uint8                     `json:"promoLabel"` // 促销标签 1-表示限量 2-表示限时 0-表示普通
	BusiCode         string                    `json:"busiCode"`
	PreviewTime      string                    `json:"previewTime,omitempty"`
	PerMaxNum        uint                      `json:"perMaxNum,omitempty"`
	PerMinNum        uint                      `json:"perMinNum,omitempty"`
	LimitWay         uint8                     `json:"limitWay,omitempty"` // 1、限ip、账号 2、限ip 3、限账号
	BuyLimit         bool                      `json:"buyLimit"`           // 是否设置售空数量 true:表示设置售空数量 false:表示不设置售空数量
	Slogan           string                    `json:"slogan,omitempty"`
	UnitPromoSkuList []PromotionUnitParamSku   `json:"unitPromoSkuList"`
	Member           *PromotionUnitParamMember `json:"member,omitempty"`
}

type PromotionUnitParamMember

type PromotionUnitParamMember struct {
	UserClass uint `json:"userClass,omitempty"`
	UserLevel uint `json:"userLevel,omitempty"`
}

type PromotionUnitParamPlatform

type PromotionUnitParamPlatform struct {
	SelectType        uint8  `json:"selectType,omitempty"`        // 0:全平台 1:限平台。如果不传,默认为全平台;如果传0,则channel,channelSelectType,platform参数可以不传
	Channel           int8   `json:"channel,omitempty"`           // 推广渠道 -1:全部渠道 1:京东全平台
	ChannelSelectType uint8  `json:"channelSelectType,omitempty"` // 推广平台下的渠道选择方式 0:全部 1:限选
	Platform          string `json:"platform,omitempty"`          // 推广平台,多个之间用逗号隔开
}

type PromotionUnitParamSku

type PromotionUnitParamSku struct {
	PromoPrice float64 `json:"promoPrice"`
	SkuId      uint64  `json:"skuId"`
	LimitNum   uint    `json:"limitNum,omitempty"`
}

type SellerPromotionAddRequest

type SellerPromotionAddRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionAddRequest

func NewSellerPromotionAddRequest() (req *SellerPromotionAddRequest)

add new request

func (*SellerPromotionAddRequest) GetBeginTime

func (req *SellerPromotionAddRequest) GetBeginTime() string

func (*SellerPromotionAddRequest) GetBound

func (req *SellerPromotionAddRequest) GetBound() uint8

func (*SellerPromotionAddRequest) GetComment

func (req *SellerPromotionAddRequest) GetComment() string

func (*SellerPromotionAddRequest) GetEndTime

func (req *SellerPromotionAddRequest) GetEndTime() string

func (*SellerPromotionAddRequest) GetFavorMode

func (req *SellerPromotionAddRequest) GetFavorMode() uint8

func (*SellerPromotionAddRequest) GetMember

func (req *SellerPromotionAddRequest) GetMember() uint8

func (*SellerPromotionAddRequest) GetName

func (req *SellerPromotionAddRequest) GetName() string

func (*SellerPromotionAddRequest) GetSlogan

func (req *SellerPromotionAddRequest) GetSlogan() string

func (*SellerPromotionAddRequest) GetType

func (req *SellerPromotionAddRequest) GetType() string

func (*SellerPromotionAddRequest) SetBeginTime

func (req *SellerPromotionAddRequest) SetBeginTime(beginTime string)

func (*SellerPromotionAddRequest) SetBound

func (req *SellerPromotionAddRequest) SetBound(bound uint8)

func (*SellerPromotionAddRequest) SetComment

func (req *SellerPromotionAddRequest) SetComment(comment string)

func (*SellerPromotionAddRequest) SetEndTime

func (req *SellerPromotionAddRequest) SetEndTime(endTime string)

func (*SellerPromotionAddRequest) SetFavorMode

func (req *SellerPromotionAddRequest) SetFavorMode(favorMode uint8)

func (*SellerPromotionAddRequest) SetMember

func (req *SellerPromotionAddRequest) SetMember(member uint8)

func (*SellerPromotionAddRequest) SetName

func (req *SellerPromotionAddRequest) SetName(name string)

func (*SellerPromotionAddRequest) SetSlogan

func (req *SellerPromotionAddRequest) SetSlogan(slogan string)

func (*SellerPromotionAddRequest) SetType

func (req *SellerPromotionAddRequest) SetType(pType uint8)

type SellerPromotionAppendPromoUsersRequest

type SellerPromotionAppendPromoUsersRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionAppendPromoUsersRequest

func NewSellerPromotionAppendPromoUsersRequest() (req *SellerPromotionAppendPromoUsersRequest)

create new request

func (*SellerPromotionAppendPromoUsersRequest) GetBeginTime

func (req *SellerPromotionAppendPromoUsersRequest) GetBeginTime() string

func (*SellerPromotionAppendPromoUsersRequest) GetEndTime

func (*SellerPromotionAppendPromoUsersRequest) GetIp

func (*SellerPromotionAppendPromoUsersRequest) GetPin

func (*SellerPromotionAppendPromoUsersRequest) GetPort

func (*SellerPromotionAppendPromoUsersRequest) GetPromoId

func (*SellerPromotionAppendPromoUsersRequest) GetRequestId

func (req *SellerPromotionAppendPromoUsersRequest) GetRequestId() string

func (*SellerPromotionAppendPromoUsersRequest) SetBeginTime

func (req *SellerPromotionAppendPromoUsersRequest) SetBeginTime(beginTime string)

func (*SellerPromotionAppendPromoUsersRequest) SetEndTime

func (req *SellerPromotionAppendPromoUsersRequest) SetEndTime(endTime string)

func (*SellerPromotionAppendPromoUsersRequest) SetIp

func (*SellerPromotionAppendPromoUsersRequest) SetPin

func (*SellerPromotionAppendPromoUsersRequest) SetPort

func (*SellerPromotionAppendPromoUsersRequest) SetPromoId

func (req *SellerPromotionAppendPromoUsersRequest) SetPromoId(promoId uint64)

func (*SellerPromotionAppendPromoUsersRequest) SetRequestId

func (req *SellerPromotionAppendPromoUsersRequest) SetRequestId(requestId string)

type SellerPromotionCheckRequest

type SellerPromotionCheckRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionCheckRequest

func NewSellerPromotionCheckRequest() (req *SellerPromotionCheckRequest)

check new request

func (*SellerPromotionCheckRequest) GetPromoId

func (req *SellerPromotionCheckRequest) GetPromoId() uint64

func (*SellerPromotionCheckRequest) GetStatus

func (req *SellerPromotionCheckRequest) GetStatus() uint8

func (*SellerPromotionCheckRequest) SetPromoId

func (req *SellerPromotionCheckRequest) SetPromoId(promoId uint64)

func (*SellerPromotionCheckRequest) SetStatus

func (req *SellerPromotionCheckRequest) SetStatus(status uint8)

type SellerPromotionCommitRequest

type SellerPromotionCommitRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionCommitRequest

func NewSellerPromotionCommitRequest() (req *SellerPromotionCommitRequest)

commit new request

func (*SellerPromotionCommitRequest) GetPromoId

func (req *SellerPromotionCommitRequest) GetPromoId() uint64

func (*SellerPromotionCommitRequest) SetPromoId

func (req *SellerPromotionCommitRequest) SetPromoId(promoId uint64)

type SellerPromotionCountRequest

type SellerPromotionCountRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionCountRequest

func NewSellerPromotionCountRequest() (req *SellerPromotionCountRequest)

create new request

func (*SellerPromotionCountRequest) GetBeginTime

func (req *SellerPromotionCountRequest) GetBeginTime() string

func (*SellerPromotionCountRequest) GetEndTime

func (req *SellerPromotionCountRequest) GetEndTime() string

func (*SellerPromotionCountRequest) GetFavorMode

func (req *SellerPromotionCountRequest) GetFavorMode() uint8

func (*SellerPromotionCountRequest) GetIp

func (req *SellerPromotionCountRequest) GetIp() string

func (*SellerPromotionCountRequest) GetName

func (req *SellerPromotionCountRequest) GetName() string

func (*SellerPromotionCountRequest) GetPort

func (req *SellerPromotionCountRequest) GetPort() string

func (*SellerPromotionCountRequest) GetPromoId

func (req *SellerPromotionCountRequest) GetPromoId() uint64

func (*SellerPromotionCountRequest) GetPromoStatus

func (req *SellerPromotionCountRequest) GetPromoStatus() uint8

func (*SellerPromotionCountRequest) GetSkuId

func (req *SellerPromotionCountRequest) GetSkuId() string

func (*SellerPromotionCountRequest) GetSrcType

func (req *SellerPromotionCountRequest) GetSrcType() uint64

func (*SellerPromotionCountRequest) GetType

func (req *SellerPromotionCountRequest) GetType() uint8

func (*SellerPromotionCountRequest) GetWareId

func (req *SellerPromotionCountRequest) GetWareId() string

func (*SellerPromotionCountRequest) SetBeginTime

func (req *SellerPromotionCountRequest) SetBeginTime(BeginTime string)

func (*SellerPromotionCountRequest) SetEndTime

func (req *SellerPromotionCountRequest) SetEndTime(EndTime string)

func (*SellerPromotionCountRequest) SetFavorMode

func (req *SellerPromotionCountRequest) SetFavorMode(FavorMode uint8)

func (*SellerPromotionCountRequest) SetIp

func (req *SellerPromotionCountRequest) SetIp(Ip string)

func (*SellerPromotionCountRequest) SetName

func (req *SellerPromotionCountRequest) SetName(Name string)

func (*SellerPromotionCountRequest) SetPort

func (req *SellerPromotionCountRequest) SetPort(Port string)

func (*SellerPromotionCountRequest) SetPromoId

func (req *SellerPromotionCountRequest) SetPromoId(PromoId uint64)

func (*SellerPromotionCountRequest) SetPromoStatus

func (req *SellerPromotionCountRequest) SetPromoStatus(PromoStatus uint8)

func (*SellerPromotionCountRequest) SetSkuId

func (req *SellerPromotionCountRequest) SetSkuId(SkuId string)

func (*SellerPromotionCountRequest) SetSrcType

func (req *SellerPromotionCountRequest) SetSrcType(SrcType uint64)

func (*SellerPromotionCountRequest) SetType

func (req *SellerPromotionCountRequest) SetType(Type uint8)

func (*SellerPromotionCountRequest) SetWareId

func (req *SellerPromotionCountRequest) SetWareId(WareId string)

type SellerPromotionCreateRequest

type SellerPromotionCreateRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionCreateRequest

func NewSellerPromotionCreateRequest() (req *SellerPromotionCreateRequest)

create new request

func (*SellerPromotionCreateRequest) GetAllowOtherUserCheck

func (req *SellerPromotionCreateRequest) GetAllowOtherUserCheck() bool

func (*SellerPromotionCreateRequest) GetAllowOtherUserOperate

func (req *SellerPromotionCreateRequest) GetAllowOtherUserOperate() bool

func (*SellerPromotionCreateRequest) GetAllowOthersCheck

func (req *SellerPromotionCreateRequest) GetAllowOthersCheck() bool

func (*SellerPromotionCreateRequest) GetAllowOthersOperate

func (req *SellerPromotionCreateRequest) GetAllowOthersOperate() bool

func (*SellerPromotionCreateRequest) GetBeginTime

func (req *SellerPromotionCreateRequest) GetBeginTime() string

func (*SellerPromotionCreateRequest) GetBindType

func (req *SellerPromotionCreateRequest) GetBindType() string

func (*SellerPromotionCreateRequest) GetBound

func (req *SellerPromotionCreateRequest) GetBound() uint8

func (*SellerPromotionCreateRequest) GetComment

func (req *SellerPromotionCreateRequest) GetComment() string

func (*SellerPromotionCreateRequest) GetEndTime

func (req *SellerPromotionCreateRequest) GetEndTime() string

func (*SellerPromotionCreateRequest) GetFavorMode

func (req *SellerPromotionCreateRequest) GetFavorMode() uint

func (*SellerPromotionCreateRequest) GetFreqBound

func (req *SellerPromotionCreateRequest) GetFreqBound() uint8

func (*SellerPromotionCreateRequest) GetIp

func (req *SellerPromotionCreateRequest) GetIp() string

func (*SellerPromotionCreateRequest) GetItemNum

func (req *SellerPromotionCreateRequest) GetItemNum() string

func (*SellerPromotionCreateRequest) GetJdPrice

func (req *SellerPromotionCreateRequest) GetJdPrice() string

func (*SellerPromotionCreateRequest) GetMember

func (req *SellerPromotionCreateRequest) GetMember() uint

func (*SellerPromotionCreateRequest) GetMemberLevelOnly

func (req *SellerPromotionCreateRequest) GetMemberLevelOnly() bool

func (*SellerPromotionCreateRequest) GetName

func (req *SellerPromotionCreateRequest) GetName() string

func (*SellerPromotionCreateRequest) GetNeedManualCheck

func (req *SellerPromotionCreateRequest) GetNeedManualCheck() bool

func (*SellerPromotionCreateRequest) GetNum

func (req *SellerPromotionCreateRequest) GetNum() string

func (*SellerPromotionCreateRequest) GetPerMaxNum

func (req *SellerPromotionCreateRequest) GetPerMaxNum() uint

func (*SellerPromotionCreateRequest) GetPerMinNum

func (req *SellerPromotionCreateRequest) GetPerMinNum() uint

func (*SellerPromotionCreateRequest) GetPin

func (req *SellerPromotionCreateRequest) GetPin() string

func (*SellerPromotionCreateRequest) GetPlatform

func (req *SellerPromotionCreateRequest) GetPlatform() uint8

func (*SellerPromotionCreateRequest) GetPlusMember

func (req *SellerPromotionCreateRequest) GetPlusMember() uint8

func (*SellerPromotionCreateRequest) GetPort

func (req *SellerPromotionCreateRequest) GetPort() string

func (*SellerPromotionCreateRequest) GetPromoChannel

func (req *SellerPromotionCreateRequest) GetPromoChannel() string

func (*SellerPromotionCreateRequest) GetPromoPrice

func (req *SellerPromotionCreateRequest) GetPromoPrice() string

func (*SellerPromotionCreateRequest) GetQqMember

func (req *SellerPromotionCreateRequest) GetQqMember() uint8

func (*SellerPromotionCreateRequest) GetRequestId

func (req *SellerPromotionCreateRequest) GetRequestId() string

func (*SellerPromotionCreateRequest) GetSamMember

func (req *SellerPromotionCreateRequest) GetSamMember() uint8

func (*SellerPromotionCreateRequest) GetShopMember

func (req *SellerPromotionCreateRequest) GetShopMember() uint

func (*SellerPromotionCreateRequest) GetShowTokenPrice

func (req *SellerPromotionCreateRequest) GetShowTokenPrice() bool

func (*SellerPromotionCreateRequest) GetSkuId

func (req *SellerPromotionCreateRequest) GetSkuId() string

func (*SellerPromotionCreateRequest) GetSkuName

func (req *SellerPromotionCreateRequest) GetSkuName() string

func (*SellerPromotionCreateRequest) GetSlogan

func (req *SellerPromotionCreateRequest) GetSlogan() string

func (*SellerPromotionCreateRequest) GetTokenId

func (req *SellerPromotionCreateRequest) GetTokenId() uint64

func (*SellerPromotionCreateRequest) GetTokenUseNum

func (req *SellerPromotionCreateRequest) GetTokenUseNum() uint

func (*SellerPromotionCreateRequest) GetUseBeginTime

func (req *SellerPromotionCreateRequest) GetUseBeginTime() string

func (*SellerPromotionCreateRequest) GetUseEndTime

func (req *SellerPromotionCreateRequest) GetUseEndTime() string

func (*SellerPromotionCreateRequest) GetWareId

func (req *SellerPromotionCreateRequest) GetWareId() string

func (*SellerPromotionCreateRequest) SetAllowOtherUserCheck

func (req *SellerPromotionCreateRequest) SetAllowOtherUserCheck(allowOtherUserCheck bool)

func (*SellerPromotionCreateRequest) SetAllowOtherUserOperate

func (req *SellerPromotionCreateRequest) SetAllowOtherUserOperate(allowOtherUserOperate bool)

func (*SellerPromotionCreateRequest) SetAllowOthersCheck

func (req *SellerPromotionCreateRequest) SetAllowOthersCheck(allowOthersCheck bool)

func (*SellerPromotionCreateRequest) SetAllowOthersOperate

func (req *SellerPromotionCreateRequest) SetAllowOthersOperate(allowOthersOperate bool)

func (*SellerPromotionCreateRequest) SetBeginTime

func (req *SellerPromotionCreateRequest) SetBeginTime(beginTime string)

func (*SellerPromotionCreateRequest) SetBindType

func (req *SellerPromotionCreateRequest) SetBindType(bindType string)

func (*SellerPromotionCreateRequest) SetBound

func (req *SellerPromotionCreateRequest) SetBound(bound uint8)

func (*SellerPromotionCreateRequest) SetComment

func (req *SellerPromotionCreateRequest) SetComment(comment string)

func (*SellerPromotionCreateRequest) SetEndTime

func (req *SellerPromotionCreateRequest) SetEndTime(endTime string)

func (*SellerPromotionCreateRequest) SetFavorMode

func (req *SellerPromotionCreateRequest) SetFavorMode(favorMode uint)

func (*SellerPromotionCreateRequest) SetFreqBound

func (req *SellerPromotionCreateRequest) SetFreqBound(freqBound uint8)

func (*SellerPromotionCreateRequest) SetIp

func (req *SellerPromotionCreateRequest) SetIp(ip string)

func (*SellerPromotionCreateRequest) SetItemNum

func (req *SellerPromotionCreateRequest) SetItemNum(itemNum string)

func (*SellerPromotionCreateRequest) SetJdPrice

func (req *SellerPromotionCreateRequest) SetJdPrice(jdPrice string)

func (*SellerPromotionCreateRequest) SetMember

func (req *SellerPromotionCreateRequest) SetMember(member uint)

func (*SellerPromotionCreateRequest) SetMemberLevelOnly

func (req *SellerPromotionCreateRequest) SetMemberLevelOnly(memberLevelOnly bool)

func (*SellerPromotionCreateRequest) SetName

func (req *SellerPromotionCreateRequest) SetName(name string)

func (*SellerPromotionCreateRequest) SetNeedManualCheck

func (req *SellerPromotionCreateRequest) SetNeedManualCheck(needManualCheck bool)

func (*SellerPromotionCreateRequest) SetNum

func (req *SellerPromotionCreateRequest) SetNum(num string)

func (*SellerPromotionCreateRequest) SetPerMaxNum

func (req *SellerPromotionCreateRequest) SetPerMaxNum(perMaxNum uint)

func (*SellerPromotionCreateRequest) SetPerMinNum

func (req *SellerPromotionCreateRequest) SetPerMinNum(perMinNum uint)

func (*SellerPromotionCreateRequest) SetPin

func (req *SellerPromotionCreateRequest) SetPin(pin string)

func (*SellerPromotionCreateRequest) SetPlatform

func (req *SellerPromotionCreateRequest) SetPlatform(platform uint8)

func (*SellerPromotionCreateRequest) SetPlusMember

func (req *SellerPromotionCreateRequest) SetPlusMember(plusMember uint8)

func (*SellerPromotionCreateRequest) SetPort

func (req *SellerPromotionCreateRequest) SetPort(port string)

func (*SellerPromotionCreateRequest) SetPromoChannel

func (req *SellerPromotionCreateRequest) SetPromoChannel(promoChannel string)

func (*SellerPromotionCreateRequest) SetPromoPrice

func (req *SellerPromotionCreateRequest) SetPromoPrice(promoPrice string)

func (*SellerPromotionCreateRequest) SetQqMember

func (req *SellerPromotionCreateRequest) SetQqMember(qqMember uint8)

func (*SellerPromotionCreateRequest) SetRequestId

func (req *SellerPromotionCreateRequest) SetRequestId(requestId string)

func (*SellerPromotionCreateRequest) SetSamMember

func (req *SellerPromotionCreateRequest) SetSamMember(samMember uint8)

func (*SellerPromotionCreateRequest) SetShopMember

func (req *SellerPromotionCreateRequest) SetShopMember(shopMember uint)

func (*SellerPromotionCreateRequest) SetShowTokenPrice

func (req *SellerPromotionCreateRequest) SetShowTokenPrice(showTokenPrice bool)

func (*SellerPromotionCreateRequest) SetSkuId

func (req *SellerPromotionCreateRequest) SetSkuId(skuId string)

func (*SellerPromotionCreateRequest) SetSkuName

func (req *SellerPromotionCreateRequest) SetSkuName(skuName string)

func (*SellerPromotionCreateRequest) SetSlogan

func (req *SellerPromotionCreateRequest) SetSlogan(slogan string)

func (*SellerPromotionCreateRequest) SetTokenId

func (req *SellerPromotionCreateRequest) SetTokenId(tokenId uint64)

func (*SellerPromotionCreateRequest) SetTokenUseNum

func (req *SellerPromotionCreateRequest) SetTokenUseNum(tokenUseNum uint)

func (*SellerPromotionCreateRequest) SetUseBeginTime

func (req *SellerPromotionCreateRequest) SetUseBeginTime(useBeginTime string)

func (*SellerPromotionCreateRequest) SetUseEndTime

func (req *SellerPromotionCreateRequest) SetUseEndTime(useEndTime string)

func (*SellerPromotionCreateRequest) SetWareId

func (req *SellerPromotionCreateRequest) SetWareId(wareId string)

type SellerPromotionFullCreateRequest

type SellerPromotionFullCreateRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionFullCreateRequest

func NewSellerPromotionFullCreateRequest() (req *SellerPromotionFullCreateRequest)

create new request

func (*SellerPromotionFullCreateRequest) GetAllowOtherUserCheck

func (req *SellerPromotionFullCreateRequest) GetAllowOtherUserCheck() bool

func (*SellerPromotionFullCreateRequest) GetAllowOtherUserOperate

func (req *SellerPromotionFullCreateRequest) GetAllowOtherUserOperate() bool

func (*SellerPromotionFullCreateRequest) GetAllowOthersCheck

func (req *SellerPromotionFullCreateRequest) GetAllowOthersCheck() bool

func (*SellerPromotionFullCreateRequest) GetAllowOthersOperate

func (req *SellerPromotionFullCreateRequest) GetAllowOthersOperate() bool

func (*SellerPromotionFullCreateRequest) GetBeginTime

func (req *SellerPromotionFullCreateRequest) GetBeginTime() string

func (*SellerPromotionFullCreateRequest) GetComment

func (req *SellerPromotionFullCreateRequest) GetComment() string

func (*SellerPromotionFullCreateRequest) GetCouponValidDays

func (req *SellerPromotionFullCreateRequest) GetCouponValidDays() int64

func (*SellerPromotionFullCreateRequest) GetEndTime

func (req *SellerPromotionFullCreateRequest) GetEndTime() string

func (*SellerPromotionFullCreateRequest) GetFreqBound

func (req *SellerPromotionFullCreateRequest) GetFreqBound() int64

func (*SellerPromotionFullCreateRequest) GetIp

func (*SellerPromotionFullCreateRequest) GetLimitNum

func (req *SellerPromotionFullCreateRequest) GetLimitNum() string

func (*SellerPromotionFullCreateRequest) GetNeedManualCheck

func (req *SellerPromotionFullCreateRequest) GetNeedManualCheck() bool

func (*SellerPromotionFullCreateRequest) GetPerMaxNum

func (req *SellerPromotionFullCreateRequest) GetPerMaxNum() int64

func (*SellerPromotionFullCreateRequest) GetPerMinNum

func (req *SellerPromotionFullCreateRequest) GetPerMinNum() int64

func (*SellerPromotionFullCreateRequest) GetPlusMember

func (req *SellerPromotionFullCreateRequest) GetPlusMember() int64

func (*SellerPromotionFullCreateRequest) GetPort

func (*SellerPromotionFullCreateRequest) GetPromoAreaType

func (req *SellerPromotionFullCreateRequest) GetPromoAreaType() int64

func (*SellerPromotionFullCreateRequest) GetPromoAreas

func (req *SellerPromotionFullCreateRequest) GetPromoAreas() string

func (*SellerPromotionFullCreateRequest) GetPromoName

func (req *SellerPromotionFullCreateRequest) GetPromoName() string

func (*SellerPromotionFullCreateRequest) GetPromoPrice

func (req *SellerPromotionFullCreateRequest) GetPromoPrice() string

func (*SellerPromotionFullCreateRequest) GetPropNum

func (req *SellerPromotionFullCreateRequest) GetPropNum() uint

func (*SellerPromotionFullCreateRequest) GetPropType

func (req *SellerPromotionFullCreateRequest) GetPropType() uint8

func (*SellerPromotionFullCreateRequest) GetPropUsedWay

func (req *SellerPromotionFullCreateRequest) GetPropUsedWay() uint8

func (*SellerPromotionFullCreateRequest) GetRequestId

func (req *SellerPromotionFullCreateRequest) GetRequestId() string

func (*SellerPromotionFullCreateRequest) GetSkuId

func (req *SellerPromotionFullCreateRequest) GetSkuId() string

func (*SellerPromotionFullCreateRequest) GetSlogan

func (req *SellerPromotionFullCreateRequest) GetSlogan() string

func (*SellerPromotionFullCreateRequest) GetTokenUseNum

func (req *SellerPromotionFullCreateRequest) GetTokenUseNum() int64

func (*SellerPromotionFullCreateRequest) GetUserPins

func (req *SellerPromotionFullCreateRequest) GetUserPins() string

func (*SellerPromotionFullCreateRequest) SetAllowOtherUserCheck

func (req *SellerPromotionFullCreateRequest) SetAllowOtherUserCheck(AllowOtherUserCheck bool)

func (*SellerPromotionFullCreateRequest) SetAllowOtherUserOperate

func (req *SellerPromotionFullCreateRequest) SetAllowOtherUserOperate(AllowOtherUserOperate bool)

func (*SellerPromotionFullCreateRequest) SetAllowOthersCheck

func (req *SellerPromotionFullCreateRequest) SetAllowOthersCheck(AllowOthersCheck bool)

func (*SellerPromotionFullCreateRequest) SetAllowOthersOperate

func (req *SellerPromotionFullCreateRequest) SetAllowOthersOperate(AllowOthersOperate bool)

func (*SellerPromotionFullCreateRequest) SetBeginTime

func (req *SellerPromotionFullCreateRequest) SetBeginTime(BeginTime string)

func (*SellerPromotionFullCreateRequest) SetComment

func (req *SellerPromotionFullCreateRequest) SetComment(Comment string)

func (*SellerPromotionFullCreateRequest) SetCouponValidDays

func (req *SellerPromotionFullCreateRequest) SetCouponValidDays(CouponValidDays int64)

func (*SellerPromotionFullCreateRequest) SetEndTime

func (req *SellerPromotionFullCreateRequest) SetEndTime(EndTime string)

func (*SellerPromotionFullCreateRequest) SetFreqBound

func (req *SellerPromotionFullCreateRequest) SetFreqBound(FreqBound int64)

func (*SellerPromotionFullCreateRequest) SetIp

func (*SellerPromotionFullCreateRequest) SetLimitNum

func (req *SellerPromotionFullCreateRequest) SetLimitNum(LimitNum string)
func (req *SellerPromotionFullCreateRequest) SetLink(Link string)

func (*SellerPromotionFullCreateRequest) SetNeedManualCheck

func (req *SellerPromotionFullCreateRequest) SetNeedManualCheck(NeedManualCheck bool)

func (*SellerPromotionFullCreateRequest) SetPerMaxNum

func (req *SellerPromotionFullCreateRequest) SetPerMaxNum(PerMaxNum int64)

func (*SellerPromotionFullCreateRequest) SetPerMinNum

func (req *SellerPromotionFullCreateRequest) SetPerMinNum(PerMinNum int64)

func (*SellerPromotionFullCreateRequest) SetPlusMember

func (req *SellerPromotionFullCreateRequest) SetPlusMember(PlusMember int64)

func (*SellerPromotionFullCreateRequest) SetPort

func (req *SellerPromotionFullCreateRequest) SetPort(Port string)

func (*SellerPromotionFullCreateRequest) SetPromoAreaType

func (req *SellerPromotionFullCreateRequest) SetPromoAreaType(PromoAreaType int64)

func (*SellerPromotionFullCreateRequest) SetPromoAreas

func (req *SellerPromotionFullCreateRequest) SetPromoAreas(PromoAreas string)

func (*SellerPromotionFullCreateRequest) SetPromoName

func (req *SellerPromotionFullCreateRequest) SetPromoName(PromoName string)

func (*SellerPromotionFullCreateRequest) SetPromoPrice

func (req *SellerPromotionFullCreateRequest) SetPromoPrice(PromoPrice string)

func (*SellerPromotionFullCreateRequest) SetPropNum

func (req *SellerPromotionFullCreateRequest) SetPropNum(PropNum uint)

func (*SellerPromotionFullCreateRequest) SetPropType

func (req *SellerPromotionFullCreateRequest) SetPropType(PropType uint8)

func (*SellerPromotionFullCreateRequest) SetPropUsedWay

func (req *SellerPromotionFullCreateRequest) SetPropUsedWay(PropUsedWay uint8)

func (*SellerPromotionFullCreateRequest) SetRequestId

func (req *SellerPromotionFullCreateRequest) SetRequestId(RequestId string)

func (*SellerPromotionFullCreateRequest) SetSkuId

func (req *SellerPromotionFullCreateRequest) SetSkuId(SkuId string)

func (*SellerPromotionFullCreateRequest) SetSlogan

func (req *SellerPromotionFullCreateRequest) SetSlogan(Slogan string)

func (*SellerPromotionFullCreateRequest) SetTokenUseNum

func (req *SellerPromotionFullCreateRequest) SetTokenUseNum(TokenUseNum int64)

func (*SellerPromotionFullCreateRequest) SetUserPins

func (req *SellerPromotionFullCreateRequest) SetUserPins(UserPins string)

type SellerPromotionGetRequest

type SellerPromotionGetRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionGetRequest

func NewSellerPromotionGetRequest() (req *SellerPromotionGetRequest)

create new request

func (*SellerPromotionGetRequest) GetIp

func (req *SellerPromotionGetRequest) GetIp() string

func (*SellerPromotionGetRequest) GetPort

func (req *SellerPromotionGetRequest) GetPort() string

func (*SellerPromotionGetRequest) GetPromoId

func (req *SellerPromotionGetRequest) GetPromoId() uint64

func (*SellerPromotionGetRequest) GetPromoType

func (req *SellerPromotionGetRequest) GetPromoType() uint8

func (*SellerPromotionGetRequest) SetIp

func (req *SellerPromotionGetRequest) SetIp(ip string)

func (*SellerPromotionGetRequest) SetPort

func (req *SellerPromotionGetRequest) SetPort(port string)

func (*SellerPromotionGetRequest) SetPromoId

func (req *SellerPromotionGetRequest) SetPromoId(promoId uint64)

func (*SellerPromotionGetRequest) SetPromoType

func (req *SellerPromotionGetRequest) SetPromoType(promoType uint8)

type SellerPromotionLimitRequest

type SellerPromotionLimitRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionLimitRequest

func NewSellerPromotionLimitRequest() (req *SellerPromotionLimitRequest)

create new request

func (*SellerPromotionLimitRequest) GetCategoryId

func (req *SellerPromotionLimitRequest) GetCategoryId() uint64

func (*SellerPromotionLimitRequest) GetEndTime

func (req *SellerPromotionLimitRequest) GetEndTime() string

func (*SellerPromotionLimitRequest) GetIp

func (req *SellerPromotionLimitRequest) GetIp() string

func (*SellerPromotionLimitRequest) GetPort

func (req *SellerPromotionLimitRequest) GetPort() string

func (*SellerPromotionLimitRequest) GetStartTime

func (req *SellerPromotionLimitRequest) GetStartTime() string

func (*SellerPromotionLimitRequest) SetCategoryId

func (req *SellerPromotionLimitRequest) SetCategoryId(categoryId uint64)

func (*SellerPromotionLimitRequest) SetEndTime

func (req *SellerPromotionLimitRequest) SetEndTime(endTime string)

func (*SellerPromotionLimitRequest) SetIp

func (req *SellerPromotionLimitRequest) SetIp(ip string)

func (*SellerPromotionLimitRequest) SetPort

func (req *SellerPromotionLimitRequest) SetPort(port string)

func (*SellerPromotionLimitRequest) SetStartTime

func (req *SellerPromotionLimitRequest) SetStartTime(startTime string)

type SellerPromotionListRequest

type SellerPromotionListRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionListRequest

func NewSellerPromotionListRequest() (req *SellerPromotionListRequest)

create new request

func (*SellerPromotionListRequest) GetBeginTime

func (req *SellerPromotionListRequest) GetBeginTime() string

func (*SellerPromotionListRequest) GetEndTime

func (req *SellerPromotionListRequest) GetEndTime() string

func (*SellerPromotionListRequest) GetFavorMode

func (req *SellerPromotionListRequest) GetFavorMode() int

func (*SellerPromotionListRequest) GetIp

func (req *SellerPromotionListRequest) GetIp() string

func (*SellerPromotionListRequest) GetName

func (req *SellerPromotionListRequest) GetName() string

func (*SellerPromotionListRequest) GetPage

func (req *SellerPromotionListRequest) GetPage() int

func (*SellerPromotionListRequest) GetPageSize

func (req *SellerPromotionListRequest) GetPageSize() int

func (*SellerPromotionListRequest) GetPort

func (req *SellerPromotionListRequest) GetPort() string

func (*SellerPromotionListRequest) GetPromoId

func (req *SellerPromotionListRequest) GetPromoId() uint64

func (*SellerPromotionListRequest) GetPromoStatus

func (req *SellerPromotionListRequest) GetPromoStatus() string

func (*SellerPromotionListRequest) GetSkuId

func (req *SellerPromotionListRequest) GetSkuId() uint64

func (*SellerPromotionListRequest) GetSrcType

func (req *SellerPromotionListRequest) GetSrcType() int

func (*SellerPromotionListRequest) GetStartId

func (req *SellerPromotionListRequest) GetStartId() uint64

func (*SellerPromotionListRequest) GetType

func (req *SellerPromotionListRequest) GetType() int

func (*SellerPromotionListRequest) GetWareId

func (req *SellerPromotionListRequest) GetWareId() uint64

func (*SellerPromotionListRequest) SetBeginTime

func (req *SellerPromotionListRequest) SetBeginTime(beginTime string)

func (*SellerPromotionListRequest) SetEndTime

func (req *SellerPromotionListRequest) SetEndTime(endTime string)

func (*SellerPromotionListRequest) SetFavorMode

func (req *SellerPromotionListRequest) SetFavorMode(favorMode int)

func (*SellerPromotionListRequest) SetIp

func (req *SellerPromotionListRequest) SetIp(ip string)

func (*SellerPromotionListRequest) SetName

func (req *SellerPromotionListRequest) SetName(name string)

func (*SellerPromotionListRequest) SetPage

func (req *SellerPromotionListRequest) SetPage(page int)

func (*SellerPromotionListRequest) SetPageSize

func (req *SellerPromotionListRequest) SetPageSize(pageSize int)

func (*SellerPromotionListRequest) SetPort

func (req *SellerPromotionListRequest) SetPort(port string)

func (*SellerPromotionListRequest) SetPromoId

func (req *SellerPromotionListRequest) SetPromoId(promoId uint64)

func (*SellerPromotionListRequest) SetPromoStatus

func (req *SellerPromotionListRequest) SetPromoStatus(promoStatus string)

func (*SellerPromotionListRequest) SetSkuId

func (req *SellerPromotionListRequest) SetSkuId(skuId uint64)

func (*SellerPromotionListRequest) SetSrcType

func (req *SellerPromotionListRequest) SetSrcType(srcType int)

func (*SellerPromotionListRequest) SetStartId

func (req *SellerPromotionListRequest) SetStartId(startId uint64)

func (*SellerPromotionListRequest) SetType

func (req *SellerPromotionListRequest) SetType(pType int)

func (*SellerPromotionListRequest) SetWareId

func (req *SellerPromotionListRequest) SetWareId(wareId uint64)

type SellerPromotionOrdermodeAddRequest

type SellerPromotionOrdermodeAddRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionOrdermodeAddRequest

func NewSellerPromotionOrdermodeAddRequest() (req *SellerPromotionOrdermodeAddRequest)

ordermode add new request

func (*SellerPromotionOrdermodeAddRequest) GetFavorMode

func (req *SellerPromotionOrdermodeAddRequest) GetFavorMode() uint8

func (*SellerPromotionOrdermodeAddRequest) GetFreePostage

func (req *SellerPromotionOrdermodeAddRequest) GetFreePostage() string

func (*SellerPromotionOrdermodeAddRequest) GetMinus

func (*SellerPromotionOrdermodeAddRequest) GetPlus

func (*SellerPromotionOrdermodeAddRequest) GetPromoId

func (req *SellerPromotionOrdermodeAddRequest) GetPromoId() uint64

func (*SellerPromotionOrdermodeAddRequest) GetQuota

func (*SellerPromotionOrdermodeAddRequest) GetRate

func (*SellerPromotionOrdermodeAddRequest) SetFavorMode

func (req *SellerPromotionOrdermodeAddRequest) SetFavorMode(favorMode uint8)

func (*SellerPromotionOrdermodeAddRequest) SetFreePostage

func (req *SellerPromotionOrdermodeAddRequest) SetFreePostage(freePostage string)
func (req *SellerPromotionOrdermodeAddRequest) SetLink(link string)

func (*SellerPromotionOrdermodeAddRequest) SetMinus

func (req *SellerPromotionOrdermodeAddRequest) SetMinus(minus string)

func (*SellerPromotionOrdermodeAddRequest) SetPlus

func (req *SellerPromotionOrdermodeAddRequest) SetPlus(plus string)

func (*SellerPromotionOrdermodeAddRequest) SetPromoId

func (req *SellerPromotionOrdermodeAddRequest) SetPromoId(promoId uint64)

func (*SellerPromotionOrdermodeAddRequest) SetQuota

func (req *SellerPromotionOrdermodeAddRequest) SetQuota(quota string)

func (*SellerPromotionOrdermodeAddRequest) SetRate

func (req *SellerPromotionOrdermodeAddRequest) SetRate(rate string)

type SellerPromotionRemovePromoUsersRequest

type SellerPromotionRemovePromoUsersRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionRemovePromoUsersRequest

func NewSellerPromotionRemovePromoUsersRequest() (req *SellerPromotionRemovePromoUsersRequest)

create new request

func (*SellerPromotionRemovePromoUsersRequest) GetBeginTime

func (req *SellerPromotionRemovePromoUsersRequest) GetBeginTime() string

func (*SellerPromotionRemovePromoUsersRequest) GetEndTime

func (*SellerPromotionRemovePromoUsersRequest) GetIp

func (*SellerPromotionRemovePromoUsersRequest) GetPin

func (*SellerPromotionRemovePromoUsersRequest) GetPort

func (*SellerPromotionRemovePromoUsersRequest) GetPromoId

func (*SellerPromotionRemovePromoUsersRequest) GetRequestId

func (req *SellerPromotionRemovePromoUsersRequest) GetRequestId() string

func (*SellerPromotionRemovePromoUsersRequest) SetBeginTime

func (req *SellerPromotionRemovePromoUsersRequest) SetBeginTime(beginTime string)

func (*SellerPromotionRemovePromoUsersRequest) SetEndTime

func (req *SellerPromotionRemovePromoUsersRequest) SetEndTime(endTime string)

func (*SellerPromotionRemovePromoUsersRequest) SetIp

func (*SellerPromotionRemovePromoUsersRequest) SetPin

func (*SellerPromotionRemovePromoUsersRequest) SetPort

func (*SellerPromotionRemovePromoUsersRequest) SetPromoId

func (req *SellerPromotionRemovePromoUsersRequest) SetPromoId(promoId uint64)

func (*SellerPromotionRemovePromoUsersRequest) SetRequestId

func (req *SellerPromotionRemovePromoUsersRequest) SetRequestId(requestId string)

type SellerPromotionRemoveRequest

type SellerPromotionRemoveRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionRemoveRequest

func NewSellerPromotionRemoveRequest() (req *SellerPromotionRemoveRequest)

create new request

func (*SellerPromotionRemoveRequest) GetIp

func (req *SellerPromotionRemoveRequest) GetIp() string

func (*SellerPromotionRemoveRequest) GetPort

func (req *SellerPromotionRemoveRequest) GetPort() string

func (*SellerPromotionRemoveRequest) GetPromoId

func (req *SellerPromotionRemoveRequest) GetPromoId() uint64

func (*SellerPromotionRemoveRequest) GetPromoType

func (req *SellerPromotionRemoveRequest) GetPromoType() uint8

func (*SellerPromotionRemoveRequest) GetRequestId

func (req *SellerPromotionRemoveRequest) GetRequestId() string

func (*SellerPromotionRemoveRequest) SetIp

func (req *SellerPromotionRemoveRequest) SetIp(ip string)

func (*SellerPromotionRemoveRequest) SetPort

func (req *SellerPromotionRemoveRequest) SetPort(port string)

func (*SellerPromotionRemoveRequest) SetPromoId

func (req *SellerPromotionRemoveRequest) SetPromoId(promoId uint64)

func (*SellerPromotionRemoveRequest) SetPromoType

func (req *SellerPromotionRemoveRequest) SetPromoType(promoType uint8)

func (*SellerPromotionRemoveRequest) SetRequestId

func (req *SellerPromotionRemoveRequest) SetRequestId(requestId string)

type SellerPromotionResumeRequest

type SellerPromotionResumeRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionResumeRequest

func NewSellerPromotionResumeRequest() (req *SellerPromotionResumeRequest)

create new request

func (*SellerPromotionResumeRequest) GetIp

func (req *SellerPromotionResumeRequest) GetIp() string

func (*SellerPromotionResumeRequest) GetPort

func (req *SellerPromotionResumeRequest) GetPort() string

func (*SellerPromotionResumeRequest) GetPromoId

func (req *SellerPromotionResumeRequest) GetPromoId() uint64

func (*SellerPromotionResumeRequest) GetPromoType

func (req *SellerPromotionResumeRequest) GetPromoType() uint8

func (*SellerPromotionResumeRequest) GetRequestId

func (req *SellerPromotionResumeRequest) GetRequestId() string

func (*SellerPromotionResumeRequest) SetIp

func (req *SellerPromotionResumeRequest) SetIp(ip string)

func (*SellerPromotionResumeRequest) SetPort

func (req *SellerPromotionResumeRequest) SetPort(port string)

func (*SellerPromotionResumeRequest) SetPromoId

func (req *SellerPromotionResumeRequest) SetPromoId(promoId uint64)

func (*SellerPromotionResumeRequest) SetPromoType

func (req *SellerPromotionResumeRequest) SetPromoType(promoType uint8)

func (*SellerPromotionResumeRequest) SetRequestId

func (req *SellerPromotionResumeRequest) SetRequestId(requestId string)

type SellerPromotionSkuAddRequest

type SellerPromotionSkuAddRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionSkuAddRequest

func NewSellerPromotionSkuAddRequest() (req *SellerPromotionSkuAddRequest)

sku add new request

func (*SellerPromotionSkuAddRequest) GetBindType

func (req *SellerPromotionSkuAddRequest) GetBindType() string

func (*SellerPromotionSkuAddRequest) GetJdPrices

func (req *SellerPromotionSkuAddRequest) GetJdPrices() string

func (*SellerPromotionSkuAddRequest) GetNum

func (req *SellerPromotionSkuAddRequest) GetNum() string

func (*SellerPromotionSkuAddRequest) GetPromoId

func (req *SellerPromotionSkuAddRequest) GetPromoId() uint64

func (*SellerPromotionSkuAddRequest) GetPromoPrices

func (req *SellerPromotionSkuAddRequest) GetPromoPrices() string

func (*SellerPromotionSkuAddRequest) GetSeq

func (req *SellerPromotionSkuAddRequest) GetSeq() string

func (*SellerPromotionSkuAddRequest) GetSkuIds

func (req *SellerPromotionSkuAddRequest) GetSkuIds() string

func (*SellerPromotionSkuAddRequest) SetBindType

func (req *SellerPromotionSkuAddRequest) SetBindType(bindType string)

func (*SellerPromotionSkuAddRequest) SetJdPrices

func (req *SellerPromotionSkuAddRequest) SetJdPrices(jdPrices string)

func (*SellerPromotionSkuAddRequest) SetNum

func (req *SellerPromotionSkuAddRequest) SetNum(num string)

func (*SellerPromotionSkuAddRequest) SetPromoId

func (req *SellerPromotionSkuAddRequest) SetPromoId(promoId uint64)

func (*SellerPromotionSkuAddRequest) SetPromoPrices

func (req *SellerPromotionSkuAddRequest) SetPromoPrices(promoPrices string)

func (*SellerPromotionSkuAddRequest) SetSeq

func (req *SellerPromotionSkuAddRequest) SetSeq(seq string)

func (*SellerPromotionSkuAddRequest) SetSkuIds

func (req *SellerPromotionSkuAddRequest) SetSkuIds(skuIds string)

type SellerPromotionSkuListRequest

type SellerPromotionSkuListRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionSkuListRequest

func NewSellerPromotionSkuListRequest() (req *SellerPromotionSkuListRequest)

create new request

func (*SellerPromotionSkuListRequest) GetBindType

func (req *SellerPromotionSkuListRequest) GetBindType() uint8

func (*SellerPromotionSkuListRequest) GetIp

func (*SellerPromotionSkuListRequest) GetPage

func (req *SellerPromotionSkuListRequest) GetPage() int

func (*SellerPromotionSkuListRequest) GetPageSize

func (req *SellerPromotionSkuListRequest) GetPageSize() int

func (*SellerPromotionSkuListRequest) GetPort

func (req *SellerPromotionSkuListRequest) GetPort() string

func (*SellerPromotionSkuListRequest) GetPromoId

func (req *SellerPromotionSkuListRequest) GetPromoId() uint64

func (*SellerPromotionSkuListRequest) GetPromoType

func (req *SellerPromotionSkuListRequest) GetPromoType() int

func (*SellerPromotionSkuListRequest) GetSkuId

func (req *SellerPromotionSkuListRequest) GetSkuId() uint64

func (*SellerPromotionSkuListRequest) GetWareId

func (req *SellerPromotionSkuListRequest) GetWareId() uint64

func (*SellerPromotionSkuListRequest) SetBindType

func (req *SellerPromotionSkuListRequest) SetBindType(bindType uint8)

func (*SellerPromotionSkuListRequest) SetIp

func (req *SellerPromotionSkuListRequest) SetIp(ip string)

func (*SellerPromotionSkuListRequest) SetPage

func (req *SellerPromotionSkuListRequest) SetPage(page int)

func (*SellerPromotionSkuListRequest) SetPageSize

func (req *SellerPromotionSkuListRequest) SetPageSize(pageSize int)

func (*SellerPromotionSkuListRequest) SetPort

func (req *SellerPromotionSkuListRequest) SetPort(port string)

func (*SellerPromotionSkuListRequest) SetPromoId

func (req *SellerPromotionSkuListRequest) SetPromoId(promoId uint64)

func (*SellerPromotionSkuListRequest) SetPromoType

func (req *SellerPromotionSkuListRequest) SetPromoType(promoType int)

func (*SellerPromotionSkuListRequest) SetSkuId

func (req *SellerPromotionSkuListRequest) SetSkuId(skuId uint64)

func (*SellerPromotionSkuListRequest) SetWareId

func (req *SellerPromotionSkuListRequest) SetWareId(wareId uint64)

type SellerPromotionSuspendRequest

type SellerPromotionSuspendRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionSuspendRequest

func NewSellerPromotionSuspendRequest() (req *SellerPromotionSuspendRequest)

create new request

func (*SellerPromotionSuspendRequest) GetIp

func (*SellerPromotionSuspendRequest) GetPort

func (req *SellerPromotionSuspendRequest) GetPort() string

func (*SellerPromotionSuspendRequest) GetPromoId

func (req *SellerPromotionSuspendRequest) GetPromoId() uint64

func (*SellerPromotionSuspendRequest) GetPromoType

func (req *SellerPromotionSuspendRequest) GetPromoType() uint8

func (*SellerPromotionSuspendRequest) GetRequestId

func (req *SellerPromotionSuspendRequest) GetRequestId() string

func (*SellerPromotionSuspendRequest) SetIp

func (req *SellerPromotionSuspendRequest) SetIp(ip string)

func (*SellerPromotionSuspendRequest) SetPort

func (req *SellerPromotionSuspendRequest) SetPort(port string)

func (*SellerPromotionSuspendRequest) SetPromoId

func (req *SellerPromotionSuspendRequest) SetPromoId(promoId uint64)

func (*SellerPromotionSuspendRequest) SetPromoType

func (req *SellerPromotionSuspendRequest) SetPromoType(promoType uint8)

func (*SellerPromotionSuspendRequest) SetRequestId

func (req *SellerPromotionSuspendRequest) SetRequestId(requestId string)

type SellerPromotionUnitCreateRequest

type SellerPromotionUnitCreateRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionUnitCreateRequest

func NewSellerPromotionUnitCreateRequest() (req *SellerPromotionUnitCreateRequest)

create new request

func (*SellerPromotionUnitCreateRequest) GetClient

func (*SellerPromotionUnitCreateRequest) GetPromoParam

func (*SellerPromotionUnitCreateRequest) SetClient

func (req *SellerPromotionUnitCreateRequest) SetClient(client *PromotionUnitClient)

func (*SellerPromotionUnitCreateRequest) SetPromoParam

func (req *SellerPromotionUnitCreateRequest) SetPromoParam(param *PromotionUnitParam)

type SellerPromotionUserListRequest

type SellerPromotionUserListRequest struct {
	Request *sdk.Request
}

func NewSellerPromotionUserListRequest

func NewSellerPromotionUserListRequest() (req *SellerPromotionUserListRequest)

create new request

func (*SellerPromotionUserListRequest) GetIp

func (*SellerPromotionUserListRequest) GetPage

func (req *SellerPromotionUserListRequest) GetPage() int

func (*SellerPromotionUserListRequest) GetPageSize

func (req *SellerPromotionUserListRequest) GetPageSize() int

func (*SellerPromotionUserListRequest) GetPin

func (req *SellerPromotionUserListRequest) GetPin() string

func (*SellerPromotionUserListRequest) GetPort

func (req *SellerPromotionUserListRequest) GetPort() string

func (*SellerPromotionUserListRequest) GetPromoId

func (req *SellerPromotionUserListRequest) GetPromoId() uint64

func (*SellerPromotionUserListRequest) GetRequestId

func (req *SellerPromotionUserListRequest) GetRequestId() string

func (*SellerPromotionUserListRequest) SetIp

func (req *SellerPromotionUserListRequest) SetIp(ip string)

func (*SellerPromotionUserListRequest) SetPage

func (req *SellerPromotionUserListRequest) SetPage(page int)

func (*SellerPromotionUserListRequest) SetPageSize

func (req *SellerPromotionUserListRequest) SetPageSize(pageSize int)

func (*SellerPromotionUserListRequest) SetPin

func (req *SellerPromotionUserListRequest) SetPin(pin string)

func (*SellerPromotionUserListRequest) SetPort

func (req *SellerPromotionUserListRequest) SetPort(port string)

func (*SellerPromotionUserListRequest) SetPromoId

func (req *SellerPromotionUserListRequest) SetPromoId(promoId uint64)

func (*SellerPromotionUserListRequest) SetRequestId

func (req *SellerPromotionUserListRequest) SetRequestId(requestId string)

Jump to

Keyboard shortcuts

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