Versions in this module Expand all Collapse all v1 v1.0.20 Dec 19, 2019 Changes in this version + type CheckCustomerRegisterInfoOpts struct + SearchKey string + SearchType string + func (opts CheckCustomerRegisterInfoOpts) ToCheckCustomerRegisterInfoMap() (map[string]interface{}, error) + type CheckCustomerRegisterInfoOptsBuilder interface + ToCheckCustomerRegisterInfoMap func() (map[string]interface{}, error) + type CheckCustomerRegisterInfoResp struct + ErrorCode string + ErrorMsg string + Status string + UpLimit string + type CheckCustomerRegisterInfoResult struct + func CheckCustomerRegisterInfo(client *gophercloud.ServiceClient, opts CheckCustomerRegisterInfoOptsBuilder) (r CheckCustomerRegisterInfoResult) + func (r CheckCustomerRegisterInfoResult) Extract() (*CheckCustomerRegisterInfoResp, error) + type CreateCustomerOpts struct + DomainArea string + DomainName string + Email string + IsCloseMarketMs string + Password string + VerificationCode string + XAccountId string + XAccountType string + func (opts CreateCustomerOpts) ToCreateCustomerMap() (map[string]interface{}, error) + type CreateCustomerOptsBuilder interface + ToCreateCustomerMap func() (map[string]interface{}, error) + type CreateCustomerResp struct + DomainId string + DomainName string + ErrorCode string + ErrorMsg string + func (e CreateCustomerResp) Error() string + type CreateCustomerResult struct + func CreateCustomer(client *gophercloud.ServiceClient, opts CreateCustomerOptsBuilder) (r CreateCustomerResult) + func (r CreateCustomerResult) Extract() (*CreateCustomerResp, error) + type ErrorDetail struct + ErrorCode string + ErrorMsg string + Id string + type FrozenCustomerOpts struct + CustomerIds []string + Reason string + func (opts FrozenCustomerOpts) ToFrozenCustomerMap() (map[string]interface{}, error) + type FrozenCustomerOptsBuilder interface + ToFrozenCustomerMap func() (map[string]interface{}, error) + type FrozenCustomerResp struct + ErrorCode string + ErrorMsg string + FailDetail []ErrorDetail + FailNum *int + SuccessNum *int + type FrozenCustomerResult struct + func FrozenCustomer(client *gophercloud.ServiceClient, opts FrozenCustomerOptsBuilder) (r FrozenCustomerResult) + func (r FrozenCustomerResult) Extract() (*FrozenCustomerResp, error) + type QueryCustomerOpts struct + CooperationTimeEnd string + CooperationTimeStart string + CooperationType string + DomainName string + Label string + Limit int + Name string + Offset int + func (opts QueryCustomerOpts) ToQueryCustomerMap() (map[string]interface{}, error) + type QueryCustomerOptsBuilder interface + ToQueryCustomerMap func() (map[string]interface{}, error) + type QueryCustomerResp struct + Count *int + CustomerInfoList []customerInfoList + ErrorCode string + ErrorMsg string + type QueryCustomerResult struct + func QueryCustomer(client *gophercloud.ServiceClient, opts QueryCustomerOptsBuilder) (r QueryCustomerResult) + func (r QueryCustomerResult) Extract() (*QueryCustomerResp, error) + type UnFrozenCustomerOpts struct + CustomerIds []string + Reason string + func (opts UnFrozenCustomerOpts) ToUnFrozenCustomerMap() (map[string]interface{}, error) + type UnFrozenCustomerOptsBuilder interface + ToUnFrozenCustomerMap func() (map[string]interface{}, error) + type UnFrozenCustomerResp struct + ErrorCode string + ErrorMsg string + FailDetail []ErrorDetail + FailNum *int + SuccessNum *int + type UnFrozenCustomerResult struct + func UnFrozenCustomer(client *gophercloud.ServiceClient, opts UnFrozenCustomerOptsBuilder) (r UnFrozenCustomerResult) + func (r UnFrozenCustomerResult) Extract() (*UnFrozenCustomerResp, error)