ordergetrealrecipientaddress

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 OrderGetRealRecipientAddressData

type OrderGetRealRecipientAddressData struct {
	/**
	 * 订单Id
	 */
	OrderId string `json:"order_id"`
	/**
	 * 收货人地址。 订单完成3小时后展示“为保护顾客隐私,地址已隐藏”
	 */
	RecipientAddress string `json:"recipient_address"`
}

type OrderGetRealRecipientAddressRequest

type OrderGetRealRecipientAddressRequest struct {
	/**
	 *  订单ID
	 */
	OrderId int64 `json:"orderId"`
	/**
	 *  查询原因类型枚举值: 1:商家自有运力。 2:美团运力转商家自有运力。 0:其他。
	 */
	QueryReasonType int32 `json:"queryReasonType"`
	/**
	 *  查询原因补充说明: 当【查询原因类型=其他】时,必须填写原因, 即query_reason_type=0时,必填。
	 */
	AddOtherReason string `json:"addOtherReason"`
}

func (*OrderGetRealRecipientAddressRequest) DoInvoke

type OrderGetRealRecipientAddressResponse

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

func (*OrderGetRealRecipientAddressResponse) IsSuccess

func (response *OrderGetRealRecipientAddressResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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