groupdeliverypoibizdeliveryrulefeeupdate

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 AdditionalDeliveryFeeHours

type AdditionalDeliveryFeeHours struct {
	Hour                  TimeSpan `json:"hour"`
	AdditionalDeliveryFee string   `json:"additionalDeliveryFee"`
}

type GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest

type GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest struct {
	DeliveryFeeType            int32                        `json:"deliveryFeeType"`
	DeliveryFee                string                       `json:"deliveryFee"`
	TieredDeliveryFee          []TieredDeliveryFee          `json:"tieredDeliveryFee"`
	AdditionalDeliveryFeeHours []AdditionalDeliveryFeeHours `json:"additionalDeliveryFeeHours"`
}

func (*GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest) DoInvoke

type GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse

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

func (*GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse) IsSuccess

type TieredDeliveryFee

type TieredDeliveryFee struct {
	Tiered        int32  `json:"tiered"`
	StartDistance string `json:"startDistance"`
	EndDistance   string `json:"endDistance"`
	Fee           string `json:"fee"`
}

type TimeSpan

type TimeSpan struct {
	BeginTime string `json:"beginTime"`
	EndTime   string `json:"endTime"`
}

Jump to

Keyboard shortcuts

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