Versions in this module Expand all Collapse all v1 v1.9.0 May 30, 2019 Changes in this version + type QueryMyCustomerListRequest struct + AliasName *string + CustomerPin *string + EndRelTime *string + PageIndex *int + PageSize *int + RegionId string + StartRelTime *string + func NewQueryMyCustomerListRequest(regionId string) *QueryMyCustomerListRequest + func NewQueryMyCustomerListRequestWithAllParams(regionId string, customerPin *string, aliasName *string, startRelTime *string, ...) *QueryMyCustomerListRequest + func NewQueryMyCustomerListRequestWithoutParam() *QueryMyCustomerListRequest + func (r *QueryMyCustomerListRequest) SetAliasName(aliasName string) + func (r *QueryMyCustomerListRequest) SetCustomerPin(customerPin string) + func (r *QueryMyCustomerListRequest) SetEndRelTime(endRelTime string) + func (r *QueryMyCustomerListRequest) SetPageIndex(pageIndex int) + func (r *QueryMyCustomerListRequest) SetPageSize(pageSize int) + func (r *QueryMyCustomerListRequest) SetRegionId(regionId string) + func (r *QueryMyCustomerListRequest) SetStartRelTime(startRelTime string) + func (r QueryMyCustomerListRequest) GetRegionId() string + type QueryMyCustomerListResponse struct + Error core.ErrorResponse + RequestID string + Result QueryMyCustomerListResult + type QueryMyCustomerListResult struct + Pagination partner.Pagination + Result []partner.Customer