Versions in this module Expand all Collapse all v1 v1.0.20 Dec 19, 2019 Changes in this version + type BankCardInfo struct + Areacode string + BankAccount string + Mobile string + VerificationCode string + type ChangeEnterpriseRealNameAuthOpts struct + CertificateType int + ChangeType *int + CorpName string + CustomerId string + EnterprisePerson EnterprisePerson + IdentifyType *int + RegAddress string + RegCountry string + VerifiedFileURL []string + VerifiedNumber string + XaccountType string + func (opts ChangeEnterpriseRealNameAuthOpts) ToChangeEnterpriseRealNameAuthMap() (map[string]interface{}, error) + type ChangeEnterpriseRealNameAuthOptsBuilder interface + ToChangeEnterpriseRealNameAuthMap func() (map[string]interface{}, error) + type ChangeEnterpriseRealNameAuthResp struct + ErrorCode string + ErrorItems []string + ErrorMsg string + IsReview int + type ChangeEnterpriseRealNameAuthResult struct + func ChangeEnterpriseRealNameAuth(client *gophercloud.ServiceClient, ...) (r ChangeEnterpriseRealNameAuthResult) + func (r ChangeEnterpriseRealNameAuthResult) Extract() (*ChangeEnterpriseRealNameAuthResp, error) + type EnterprisePerson struct + CertifierRole string + LegelIdNumber string + LegelName string + type EnterpriseRealNameAuthOpts struct + CertificateType int + CorpName string + CustomerId string + EnterprisePerson EnterprisePerson + IdentifyType *int + RegAddress string + RegCountry string + VerifiedFileURL []string + VerifiedNumber string + XaccountType string + func (opts EnterpriseRealNameAuthOpts) ToEnterpriseRealNameAuthMap() (map[string]interface{}, error) + type EnterpriseRealNameAuthOptsBuilder interface + ToEnterpriseRealNameAuthMap func() (map[string]interface{}, error) + type EnterpriseRealNameAuthResp struct + ErrorCode string + ErrorItems []string + ErrorMsg string + IsReview int + type EnterpriseRealNameAuthResult struct + func EnterpriseRealNameAuth(client *gophercloud.ServiceClient, opts EnterpriseRealNameAuthOptsBuilder) (r EnterpriseRealNameAuthResult) + func (r EnterpriseRealNameAuthResult) Extract() (*EnterpriseRealNameAuthResp, error) + type IndividualRealNameAuthOpts struct + BankCardInfo BankCardInfo + ChangeType int + CustomerId string + IdentifyType *int + Name string + VerifiedFileURL []string + VerifiedNumber string + VerifiedType int + XaccountType string + func (opts IndividualRealNameAuthOpts) ToIndividualRealNameAuthMap() (map[string]interface{}, error) + type IndividualRealNameAuthOptsBuilder interface + ToIndividualRealNameAuthMap func() (map[string]interface{}, error) + type IndividualRealNameAuthResp struct + ErrorCode string + ErrorItems []string + ErrorMsg string + IsReview int + type IndividualRealNameAuthResult struct + func IndividualRealNameAuth(client *gophercloud.ServiceClient, opts IndividualRealNameAuthOptsBuilder) (r IndividualRealNameAuthResult) + func (r IndividualRealNameAuthResult) Extract() (*IndividualRealNameAuthResp, error) + type QueryRealNameAuthOpts struct + CustomerId string + func (opts QueryRealNameAuthOpts) ToQueryRealNameAuthMap() (string, error) + type QueryRealNameAuthOptsBuilder interface + ToQueryRealNameAuthMap func() (string, error) + type QueryRealNameAuthResp struct + ErrorCode string + ErrorMsg string + Opinion string + ReviewResult int + type QueryRealNameAuthResult struct + func QueryRealNameAuth(client *gophercloud.ServiceClient, opts QueryRealNameAuthOptsBuilder) (r QueryRealNameAuthResult) + func (r QueryRealNameAuthResult) Extract() (*QueryRealNameAuthResp, error)