entity

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetChannelcodeByFirstMileNoDetailResponseEntity

type GetChannelcodeByFirstMileNoDetailResponseEntity struct{}

type GetChannelcodeByFirstMileNoModuleResponseEntity

type GetChannelcodeByFirstMileNoModuleResponseEntity struct {
}

func (GetChannelcodeByFirstMileNoModuleResponseEntity) String

type GetChannelcodeByFirstMileNoResult

type GetChannelcodeByFirstMileNoResult struct {
	Result    GetChannelcodeByFirstMileNoResultResponseEntity   `json:"result"`
	Type      string                                            `json:"type"`
	Code      string                                            `json:"code"`
	Message   string                                            `json:"message"`
	RequestId string                                            `json:"request_id"`
	Detail    []GetChannelcodeByFirstMileNoDetailResponseEntity `json:"detail"`
}

func (GetChannelcodeByFirstMileNoResult) String

type GetChannelcodeByFirstMileNoResultResponseEntity

type GetChannelcodeByFirstMileNoResultResponseEntity struct {
	Success   bool                                              `json:"success"`
	Module    []GetChannelcodeByFirstMileNoModuleResponseEntity `json:"module"`
	ErrorCode string                                            `json:"errorCode"`
	ErrorMsg  string                                            `json:"errorMsg"`
}

func (GetChannelcodeByFirstMileNoResultResponseEntity) String

type GetLazadaBigbagPDFLableDataResponseEntity

type GetLazadaBigbagPDFLableDataResponseEntity struct{}

func (GetLazadaBigbagPDFLableDataResponseEntity) String

type GetLazadaBigbagPDFLableDetailResponseEntity

type GetLazadaBigbagPDFLableDetailResponseEntity struct{}

type GetLazadaBigbagPDFLableResult

type GetLazadaBigbagPDFLableResult struct {
	Result    GetLazadaBigbagPDFLableResultResponseEntity   `json:"result"`
	Type      string                                        `json:"type"`
	Code      string                                        `json:"code"`
	Message   string                                        `json:"message"`
	RequestId string                                        `json:"request_id"`
	Detail    []GetLazadaBigbagPDFLableDetailResponseEntity `json:"detail"`
}

func (GetLazadaBigbagPDFLableResult) String

type GetLazadaBigbagPDFLableResultResponseEntity

type GetLazadaBigbagPDFLableResultResponseEntity struct {
	Data      GetLazadaBigbagPDFLableDataResponseEntity `json:"data"`
	Success   bool                                      `json:"success"`
	ErrorCode string                                    `json:"errorCode"`
	ErrorMsg  string                                    `json:"errorMsg"`
}

func (GetLazadaBigbagPDFLableResultResponseEntity) String

type GetLazadaBigbagPDFLableUserInfoRequestEntity

type GetLazadaBigbagPDFLableUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (GetLazadaBigbagPDFLableUserInfoRequestEntity) String

type GetNewBagNumberDataResponseEntity

type GetNewBagNumberDataResponseEntity struct {
	LzdBagNumber string `json:"lzd_bag_number"`
}

func (GetNewBagNumberDataResponseEntity) String

type GetNewBagNumberDetailResponseEntity

type GetNewBagNumberDetailResponseEntity struct{}

type GetNewBagNumberResult

type GetNewBagNumberResult struct {
	Result    GetNewBagNumberResultResponseEntity   `json:"result"`
	Type      string                                `json:"type"`
	Code      string                                `json:"code"`
	Message   string                                `json:"message"`
	RequestId string                                `json:"request_id"`
	Detail    []GetNewBagNumberDetailResponseEntity `json:"detail"`
}

func (GetNewBagNumberResult) String

func (g GetNewBagNumberResult) String() string

type GetNewBagNumberResultResponseEntity

type GetNewBagNumberResultResponseEntity struct {
	Successs        bool                              `json:"successs"`
	Data            GetNewBagNumberDataResponseEntity `json:"data"`
	ResponseMessage string                            `json:"response_message"`
	ResponseCode    int                               `json:"response_code"`
}

func (GetNewBagNumberResultResponseEntity) String

type LazadaBigbagCancelDataResponseEntity

type LazadaBigbagCancelDataResponseEntity struct{}

func (LazadaBigbagCancelDataResponseEntity) String

type LazadaBigbagCancelDetailResponseEntity

type LazadaBigbagCancelDetailResponseEntity struct{}

type LazadaBigbagCancelResult

type LazadaBigbagCancelResult struct {
	Result    LazadaBigbagCancelResultResponseEntity   `json:"result"`
	Type      string                                   `json:"type"`
	Code      string                                   `json:"code"`
	Message   string                                   `json:"message"`
	RequestId string                                   `json:"request_id"`
	Detail    []LazadaBigbagCancelDetailResponseEntity `json:"detail"`
}

func (LazadaBigbagCancelResult) String

func (g LazadaBigbagCancelResult) String() string

type LazadaBigbagCancelResultResponseEntity

type LazadaBigbagCancelResultResponseEntity struct {
	Data      LazadaBigbagCancelDataResponseEntity `json:"data"`
	Success   bool                                 `json:"success"`
	ErrorCode string                               `json:"error_code"`
	ErrorMsg  string                               `json:"error_msg"`
}

func (LazadaBigbagCancelResultResponseEntity) String

type LazadaBigbagCancelUserInfoRequestEntity

type LazadaBigbagCancelUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (LazadaBigbagCancelUserInfoRequestEntity) String

type LazadaBigbagCollectionPointsDataResponseEntity

type LazadaBigbagCollectionPointsDataResponseEntity struct {
	CurrentPageIndex int                                                  `json:"currentPageIndex"`
	PageTotalNum     int                                                  `json:"pageTotalNum"`
	PageSize         int                                                  `json:"pageSize"`
	TotalCount       int                                                  `json:"totalCount"`
	ItemList         []LazadaBigbagCollectionPointsItemListResponseEntity `json:"itemList"`
}

func (LazadaBigbagCollectionPointsDataResponseEntity) String

type LazadaBigbagCollectionPointsDetailResponseEntity

type LazadaBigbagCollectionPointsDetailResponseEntity struct{}

type LazadaBigbagCollectionPointsItemListResponseEntity

type LazadaBigbagCollectionPointsItemListResponseEntity struct{}

func (LazadaBigbagCollectionPointsItemListResponseEntity) String

type LazadaBigbagCollectionPointsResult

type LazadaBigbagCollectionPointsResult struct {
	Result    LazadaBigbagCollectionPointsResultResponseEntity   `json:"result"`
	Type      string                                             `json:"type"`
	Code      string                                             `json:"code"`
	Message   string                                             `json:"message"`
	RequestId string                                             `json:"request_id"`
	Detail    []LazadaBigbagCollectionPointsDetailResponseEntity `json:"detail"`
}

func (LazadaBigbagCollectionPointsResult) String

type LazadaBigbagCollectionPointsResultResponseEntity

type LazadaBigbagCollectionPointsResultResponseEntity struct {
	Data      LazadaBigbagCollectionPointsDataResponseEntity `json:"data"`
	Success   bool                                           `json:"success"`
	ErrorCode string                                         `json:"errorCode"`
	ErroMsg   string                                         `json:"erroMsg"`
}

func (LazadaBigbagCollectionPointsResultResponseEntity) String

type LazadaBigbagCommitAddressRequestEntity

type LazadaBigbagCommitAddressRequestEntity struct {
	Country       string `json:"country"`
	ZipCode       string `json:"zipCode"`
	City          string `json:"city"`
	Province      string `json:"province"`
	Street        string `json:"street"`
	District      string `json:"district"`
	DetailAddress string `json:"detailAddress"`
}

func (LazadaBigbagCommitAddressRequestEntity) String

type LazadaBigbagCommitCollectionInfoRequestEntity

type LazadaBigbagCommitCollectionInfoRequestEntity struct {
	PickUpCode string `json:"pickUpCode"`
}

func (LazadaBigbagCommitCollectionInfoRequestEntity) String

type LazadaBigbagCommitDataResponseEntity

type LazadaBigbagCommitDataResponseEntity struct {
	HandoverOrderId     int    `json:"handoverOrderId"`
	HandoverContentId   int    `json:"handoverContentId"`
	HandoverContentCode string `json:"handoverContentCode"`
}

func (LazadaBigbagCommitDataResponseEntity) String

type LazadaBigbagCommitDetailResponseEntity

type LazadaBigbagCommitDetailResponseEntity struct{}

type LazadaBigbagCommitPickupInfoRequestEntity

type LazadaBigbagCommitPickupInfoRequestEntity struct {
	Address   LazadaBigbagCommitAddressRequestEntity `json:"address"`
	Phone     string                                 `json:"phone"`
	Name      string                                 `json:"name"`
	Mobile    string                                 `json:"mobile"`
	Email     string                                 `json:"email"`
	AddressId int                                    `json:"addressId"`
}

func (LazadaBigbagCommitPickupInfoRequestEntity) String

type LazadaBigbagCommitResult

type LazadaBigbagCommitResult struct {
	Result    LazadaBigbagCommitResultResponseEntity   `json:"result"`
	Type      string                                   `json:"type"`
	Code      string                                   `json:"code"`
	Message   string                                   `json:"message"`
	RequestId string                                   `json:"request_id"`
	Detail    []LazadaBigbagCommitDetailResponseEntity `json:"detail"`
}

func (LazadaBigbagCommitResult) String

func (g LazadaBigbagCommitResult) String() string

type LazadaBigbagCommitResultResponseEntity

type LazadaBigbagCommitResultResponseEntity struct {
	Data      LazadaBigbagCommitDataResponseEntity `json:"data"`
	Success   bool                                 `json:"success"`
	ErrorCode string                               `json:"errorCode"`
	ErrorMsg  string                               `json:"errorMsg"`
}

func (LazadaBigbagCommitResultResponseEntity) String

type LazadaBigbagCommitReturnInfoRequestEntity

type LazadaBigbagCommitReturnInfoRequestEntity struct {
	Address   LazadaBigbagCommitAddressRequestEntity `json:"address"`
	Phone     string                                 `json:"phone"`
	Name      string                                 `json:"name"`
	Mobile    string                                 `json:"mobile"`
	Email     string                                 `json:"email"`
	AddressId int                                    `json:"addressId"`
}

func (LazadaBigbagCommitReturnInfoRequestEntity) String

type LazadaBigbagCommitUserInfoRequestEntity

type LazadaBigbagCommitUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (LazadaBigbagCommitUserInfoRequestEntity) String

type LazadaBigbagUpdateDataResponseEntity

type LazadaBigbagUpdateDataResponseEntity struct{}

func (LazadaBigbagUpdateDataResponseEntity) String

type LazadaBigbagUpdateDetailResponseEntity

type LazadaBigbagUpdateDetailResponseEntity struct{}

type LazadaBigbagUpdateResult

type LazadaBigbagUpdateResult struct {
	Result    LazadaBigbagUpdateResultResponseEntity   `json:"result"`
	Type      string                                   `json:"type"`
	Code      string                                   `json:"code"`
	Message   string                                   `json:"message"`
	RequestId string                                   `json:"request_id"`
	Detail    []LazadaBigbagUpdateDetailResponseEntity `json:"detail"`
}

func (LazadaBigbagUpdateResult) String

func (g LazadaBigbagUpdateResult) String() string

type LazadaBigbagUpdateResultResponseEntity

type LazadaBigbagUpdateResultResponseEntity struct {
	Data      LazadaBigbagUpdateDataResponseEntity `json:"data"`
	Success   bool                                 `json:"success"`
	ErrorCode string                               `json:"errorCode"`
	ErroMsg   string                               `json:"erroMsg"`
}

func (LazadaBigbagUpdateResultResponseEntity) String

type LazadaBigbagUpdateUserInfoRequestEntity

type LazadaBigbagUpdateUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (LazadaBigbagUpdateUserInfoRequestEntity) String

type LazadaSellerAccountBindDataResponseEntity

type LazadaSellerAccountBindDataResponseEntity struct{}

func (LazadaSellerAccountBindDataResponseEntity) String

type LazadaSellerAccountBindDetailResponseEntity

type LazadaSellerAccountBindDetailResponseEntity struct{}

type LazadaSellerAccountBindResult

type LazadaSellerAccountBindResult struct {
	Result    LazadaSellerAccountBindResultResponseEntity   `json:"result"`
	Type      string                                        `json:"type"`
	Code      string                                        `json:"code"`
	Message   string                                        `json:"message"`
	RequestId string                                        `json:"request_id"`
	Detail    []LazadaSellerAccountBindDetailResponseEntity `json:"detail"`
}

func (LazadaSellerAccountBindResult) String

type LazadaSellerAccountBindResultResponseEntity

type LazadaSellerAccountBindResultResponseEntity struct {
	Data      LazadaSellerAccountBindDataResponseEntity `json:"data"`
	Success   bool                                      `json:"success"`
	ErrorCode string                                    `json:"errorCode"`
	ErrorMsg  string                                    `json:"errorMsg"`
}

func (LazadaSellerAccountBindResultResponseEntity) String

type LazadaSellerAccountBindSellerListRequestEntity

type LazadaSellerAccountBindSellerListRequestEntity struct {
	Country    string `json:"country"`
	SellerId   string `json:"sellerId"`
	ShortCode  string `json:"shortCode"`
	SellerName string `json:"sellerName"`
}

func (LazadaSellerAccountBindSellerListRequestEntity) String

type LazadaSellerAccountBindUserInfoRequestEntity

type LazadaSellerAccountBindUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (LazadaSellerAccountBindUserInfoRequestEntity) String

type QueryAddressInformaitonDataResponseEntity

type QueryAddressInformaitonDataResponseEntity struct{}

func (QueryAddressInformaitonDataResponseEntity) String

type QueryAddressInformaitonDetailResponseEntity

type QueryAddressInformaitonDetailResponseEntity struct{}

type QueryAddressInformaitonResult

type QueryAddressInformaitonResult struct {
	Result    QueryAddressInformaitonResultResponseEntity   `json:"result"`
	Type      string                                        `json:"type"`
	Code      string                                        `json:"code"`
	Message   string                                        `json:"message"`
	RequestId string                                        `json:"request_id"`
	Detail    []QueryAddressInformaitonDetailResponseEntity `json:"detail"`
}

func (QueryAddressInformaitonResult) String

type QueryAddressInformaitonResultResponseEntity

type QueryAddressInformaitonResultResponseEntity struct {
	Data      QueryAddressInformaitonDataResponseEntity `json:"data"`
	Success   bool                                      `json:"success"`
	ErrorCode string                                    `json:"errorCode"`
	ErrorMsg  string                                    `json:"errorMsg"`
}

func (QueryAddressInformaitonResultResponseEntity) String

type QueryAddressInformaitonUserInfoRequestEntity

type QueryAddressInformaitonUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (QueryAddressInformaitonUserInfoRequestEntity) String

type QueryLazadaBigbagInfoDataResponseEntity

type QueryLazadaBigbagInfoDataResponseEntity struct{}

func (QueryLazadaBigbagInfoDataResponseEntity) String

type QueryLazadaBigbagInfoDetailResponseEntity

type QueryLazadaBigbagInfoDetailResponseEntity struct{}

type QueryLazadaBigbagInfoResult

type QueryLazadaBigbagInfoResult struct {
	Result    QueryLazadaBigbagInfoResultResponseEntity   `json:"result"`
	Type      string                                      `json:"type"`
	Code      string                                      `json:"code"`
	Message   string                                      `json:"message"`
	RequestId string                                      `json:"request_id"`
	Detail    []QueryLazadaBigbagInfoDetailResponseEntity `json:"detail"`
}

func (QueryLazadaBigbagInfoResult) String

type QueryLazadaBigbagInfoResultResponseEntity

type QueryLazadaBigbagInfoResultResponseEntity struct {
	Data      QueryLazadaBigbagInfoDataResponseEntity `json:"data"`
	Success   bool                                    `json:"success"`
	ErrorCode string                                  `json:"errorCode"`
	ErrorMsg  string                                  `json:"errorMsg"`
}

func (QueryLazadaBigbagInfoResultResponseEntity) String

type QueryLazadaBigbagInfoUserInfoRequestEntity

type QueryLazadaBigbagInfoUserInfoRequestEntity struct {
	AppUserKey string `json:"appUserKey"`
}

func (QueryLazadaBigbagInfoUserInfoRequestEntity) String

type QueryPackageStatusDataResponseEntity

type QueryPackageStatusDataResponseEntity struct {
	RtsDate          string `json:"rts_date"`
	OrderCreateDate  string `json:"order_create_date"`
	IsPickedUp       bool   `json:"is_picked_up"`
	OrderNumber      int64  `json:"order_number"`
	Weight           string `json:"weight"`
	IsReceived       bool   `json:"is_received"`
	GlobalCollection string `json:"global_collection"`
	ReceiveDate      string `json:"receive_date"`
	IsScanin         bool   `json:"is_scanin"`
	PickupDate       string `json:"pickup_date"`
	TrackingNumber   string `json:"tracking_number"`
	LzdBagNumber     string `json:"lzd_bag_number"`
}

func (QueryPackageStatusDataResponseEntity) String

type QueryPackageStatusDetailResponseEntity

type QueryPackageStatusDetailResponseEntity struct{}

type QueryPackageStatusResult

type QueryPackageStatusResult struct {
	Result    QueryPackageStatusResultResponseEntity   `json:"result"`
	Type      string                                   `json:"type"`
	Code      string                                   `json:"code"`
	Message   string                                   `json:"message"`
	RequestId string                                   `json:"request_id"`
	Detail    []QueryPackageStatusDetailResponseEntity `json:"detail"`
}

func (QueryPackageStatusResult) String

func (g QueryPackageStatusResult) String() string

type QueryPackageStatusResultResponseEntity

type QueryPackageStatusResultResponseEntity struct {
	Successs        bool                                   `json:"successs"`
	Data            []QueryPackageStatusDataResponseEntity `json:"data"`
	ResponseMessage string                                 `json:"response_message"`
	ResponseCode    int                                    `json:"response_code"`
}

func (QueryPackageStatusResultResponseEntity) String

type UploadLazadaBagNumberDataResponseEntity

type UploadLazadaBagNumberDataResponseEntity struct {
	ErpBagNumber     string `json:"erp_bag_number"`
	Country          string `json:"country"`
	SellerName       string `json:"seller_name"`
	ResponseDate     string `json:"response_date"`
	LzdBagNumber     string `json:"lzd_bag_number"`
	GlobalCollection string `json:"global_collection"`
	SellerId         string `json:"seller_id"`
	LabelUrl         string `json:"label_url"`
}

func (UploadLazadaBagNumberDataResponseEntity) String

type UploadLazadaBagNumberDetailResponseEntity

type UploadLazadaBagNumberDetailResponseEntity struct{}

type UploadLazadaBagNumberResult

type UploadLazadaBagNumberResult struct {
	Result    UploadLazadaBagNumberResultResponseEntity   `json:"result"`
	Type      string                                      `json:"type"`
	Code      string                                      `json:"code"`
	Message   string                                      `json:"message"`
	RequestId string                                      `json:"request_id"`
	Detail    []UploadLazadaBagNumberDetailResponseEntity `json:"detail"`
}

func (UploadLazadaBagNumberResult) String

type UploadLazadaBagNumberResultResponseEntity

type UploadLazadaBagNumberResultResponseEntity struct {
	ResponseCode    int                                         `json:"response_code"`
	Successs        UploadLazadaBagNumberSuccesssResponseEntity `json:"successs"`
	Data            UploadLazadaBagNumberDataResponseEntity     `json:"data"`
	ResponseMessage string                                      `json:"response_message"`
}

func (UploadLazadaBagNumberResultResponseEntity) String

type UploadLazadaBagNumberSuccesssResponseEntity

type UploadLazadaBagNumberSuccesssResponseEntity struct{}

func (UploadLazadaBagNumberSuccesssResponseEntity) String

type UploadSellerBagNumberDataResponseEntity

type UploadSellerBagNumberDataResponseEntity struct {
	ErpBagNumber     string `json:"erp_bag_number"`
	Country          string `json:"country"`
	ResponseDate     string `json:"response_date"`
	LzdBagNumber     string `json:"lzd_bag_number"`
	GlobalCollection string `json:"global_collection"`
	SellerId         string `json:"seller_id"`
	LabelUrl         string `json:"label_url"`
}

func (UploadSellerBagNumberDataResponseEntity) String

type UploadSellerBagNumberDetailResponseEntity

type UploadSellerBagNumberDetailResponseEntity struct{}

type UploadSellerBagNumberResult

type UploadSellerBagNumberResult struct {
	Result    UploadSellerBagNumberResultResponseEntity   `json:"result"`
	Type      string                                      `json:"type"`
	Code      string                                      `json:"code"`
	Message   string                                      `json:"message"`
	RequestId string                                      `json:"request_id"`
	Detail    []UploadSellerBagNumberDetailResponseEntity `json:"detail"`
}

func (UploadSellerBagNumberResult) String

type UploadSellerBagNumberResultResponseEntity

type UploadSellerBagNumberResultResponseEntity struct {
	Successs        bool                                    `json:"successs"`
	Data            UploadSellerBagNumberDataResponseEntity `json:"data"`
	ResponseMessage string                                  `json:"response_message"`
	ResponseCode    int                                     `json:"response_code"`
}

func (UploadSellerBagNumberResultResponseEntity) String

Source Files

Jump to

Keyboard shortcuts

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