Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliveryFeeDiscount ¶
type DeliveryFeeDiscount struct { DiscountSwitch bool `json:"discountSwitch"` DiscountType int32 `json:"discountType"` TieredDiscounts []TieredDiscount `json:"tieredDiscounts"` UnifiedDiscount string `json:"unifiedDiscount"` }
type DeliveryHours ¶
type DeliveryReservation ¶
type GroupDeliveryPoiDeliveryRuleCreateRequest ¶
type GroupDeliveryPoiDeliveryRuleCreateRequest struct { ContactPhone string `json:"contactPhone"` Deliverable int32 `json:"deliverable"` DeliveryFeeDiscount DeliveryFeeDiscount `json:"deliveryFeeDiscount"` DeliveryHours []DeliveryHours `json:"deliveryHours"` DeliveryReservation DeliveryReservation `json:"deliveryReservation"` }
func (*GroupDeliveryPoiDeliveryRuleCreateRequest) DoInvoke ¶
func (req *GroupDeliveryPoiDeliveryRuleCreateRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GroupDeliveryPoiDeliveryRuleCreateResponse, error)
type GroupDeliveryPoiDeliveryRuleCreateResponse ¶
type GroupDeliveryPoiDeliveryRuleCreateResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 操作结果 */ Data bool `json:"data"` TraceId string `json:"traceId"` }
func (*GroupDeliveryPoiDeliveryRuleCreateResponse) IsSuccess ¶
func (response *GroupDeliveryPoiDeliveryRuleCreateResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.