entity

package
v0.2.38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetUnbindOrderListResult

type GetUnbindOrderListResult struct {
	commonentity.Result
	Warning  string                           `json:"warning"`
	Response GetUnbindOrderListResultResponse `json:"response"`
}

GetUnbindOrderListResult

func (GetUnbindOrderListResult) String

func (g GetUnbindOrderListResult) String() string

String

type GetUnbindOrderListResultResponse

type GetUnbindOrderListResultResponse struct {
	More       bool          `json:"more"`
	NextCursor string        `json:"next_cursor"`
	OrderList  []OrderEntity `json:"order_list"`
}

GetUnbindOrderListResultResponse

func (GetUnbindOrderListResultResponse) String

String

type OrderEntity

type OrderEntity struct {
	OrderSn         string `json:"order_sn"`
	PackageNumber   string `json:"package_number"`
	LogisticsStatus string `json:"logistics_status"`
}

func (OrderEntity) String

func (g OrderEntity) String() string

String

Jump to

Keyboard shortcuts

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