order_updateOrderAmount_request

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-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 OrderUpdateOrderAmountParam

type OrderUpdateOrderAmountParam struct {
	Pid          string             `json:"pid"`
	UpdateDetail []UpdateDetailItem `json:"update_detail"`
}

type OrderUpdateOrderAmountRequest

type OrderUpdateOrderAmountRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderUpdateOrderAmountParam
}

func (*OrderUpdateOrderAmountRequest) Execute

func (c *OrderUpdateOrderAmountRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_updateOrderAmount_response.OrderUpdateOrderAmountResponse, error)

func (*OrderUpdateOrderAmountRequest) GetParamObject

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

func (*OrderUpdateOrderAmountRequest) GetParams

func (*OrderUpdateOrderAmountRequest) GetUrlPath

func (c *OrderUpdateOrderAmountRequest) GetUrlPath() string

type UpdateDetailItem

type UpdateDetailItem struct {
	OrderId        string `json:"order_id"`
	DiscountAmount int64  `json:"discount_amount"`
}

Jump to

Keyboard shortcuts

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