product_editBuyerLimit_request

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductEditBuyerLimitParam

type ProductEditBuyerLimitParam struct {
	// 商品ID
	ProductId int64 `json:"product_id"`
	// 每个用户每次下单限购件数
	MaximumPerOrder *int64 `json:"maximum_per_order"`
	// 每个用户累计限购件数
	LimitPerBuyer *int64 `json:"limit_per_buyer"`
	// 每个用户每次下单至少购买的件数
	MinimumPerOrder *int64 `json:"minimum_per_order"`
}

type ProductEditBuyerLimitRequest

type ProductEditBuyerLimitRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductEditBuyerLimitParam
}

func (*ProductEditBuyerLimitRequest) Execute

func (c *ProductEditBuyerLimitRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_editBuyerLimit_response.ProductEditBuyerLimitResponse, error)

func (*ProductEditBuyerLimitRequest) GetParamObject

func (c *ProductEditBuyerLimitRequest) GetParamObject() interface{}

func (*ProductEditBuyerLimitRequest) GetParams

func (*ProductEditBuyerLimitRequest) GetUrlPath

func (c *ProductEditBuyerLimitRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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