groupdeliverypoideliveryrulequery

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 Data

type Data struct {
	Deliverable                 int32                         `json:"deliverable"`
	Status                      int32                         `json:"status"`
	ServiceDeliveryRangeDetails []ServiceDeliveryRangeDetails `json:"serviceDeliveryRangeDetails"`
	DeliveryHours               []DeliveryHours               `json:"deliveryHours"`
	DeliveryFeeDiscount         DeliveryFeeDiscount           `json:"deliveryFeeDiscount"`
	DeliveryReservation         DeliveryReservation           `json:"deliveryReservation"`
}

type DeliveryFeeDiscount

type DeliveryFeeDiscount struct {
	DiscountSwitch  bool             `json:"discountSwitch"`
	DiscountType    int32            `json:"discountType"`
	UnifiedDiscount string           `json:"unifiedDiscount"`
	TieredDiscounts []TieredDiscount `json:"tieredDiscounts"`
}

type DeliveryHours

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

type DeliveryRanges

type DeliveryRanges struct {
	X string `json:"x"`
	Y string `json:"y"`
}

type DeliveryReservation

type DeliveryReservation struct {
	ReservationSwitch       bool    `json:"reservationSwitch"`
	ReservationRemind       int32   `json:"reservationRemind"`
	BeyondDeliveryTimeOrder bool    `json:"beyondDeliveryTimeOrder"`
	AvailableDays           []int32 `json:"availableDays"`
}

type GroupDeliveryPoiDeliveryRuleQueryRequest

type GroupDeliveryPoiDeliveryRuleQueryRequest struct {
}

func (*GroupDeliveryPoiDeliveryRuleQueryRequest) DoInvoke

type GroupDeliveryPoiDeliveryRuleQueryResponse

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

func (*GroupDeliveryPoiDeliveryRuleQueryResponse) IsSuccess

func (response *GroupDeliveryPoiDeliveryRuleQueryResponse) IsSuccess() bool

type ServiceDeliveryRangeDetails

type ServiceDeliveryRangeDetails struct {
	ServiceCode    string           `json:"serviceCode"`
	DeliveryRanges []DeliveryRanges `json:"deliveryRanges"`
}

type TieredDiscount

type TieredDiscount struct {
	Tiered        int32  `json:"tiered"`
	StartDistance string `json:"startDistance"`
	EndDistance   string `json:"endDistance"`
	Discount      string `json:"discount"`
}

Jump to

Keyboard shortcuts

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