Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest ¶
type GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest struct { DeliveryFeeType int32 `json:"deliveryFeeType"` DeliveryFee string `json:"deliveryFee"` TieredDeliveryFee []TieredDeliveryFee `json:"tieredDeliveryFee"` AdditionalDeliveryFeeHours []AdditionalDeliveryFeeHours `json:"additionalDeliveryFeeHours"` }
func (*GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest) DoInvoke ¶
func (req *GroupDeliveryPoiBizDeliveryRuleFeeUpdateRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse, error)
type GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse ¶
type GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data bool `json:"data"` TraceId string `json:"traceId"` }
func (*GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse) IsSuccess ¶
func (response *GroupDeliveryPoiBizDeliveryRuleFeeUpdateResponse) IsSuccess() bool
type TieredDeliveryFee ¶
Click to show internal directories.
Click to hide internal directories.