Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + type SendVerificationCodeOpts struct + CountryCode string + CustomerId string + Email string + Lang string + MobilePhone string + ReceiverType *int + Scene string + Timeout int + func (opts SendVerificationCodeOpts) ToSendVerificationCodeMap() (map[string]interface{}, error) + type SendVerificationCodeOptsBuilder interface + ToSendVerificationCodeMap func() (map[string]interface{}, error) + type SendVerificationCodeResp struct + ErrorCode string + ErrorMsg string + type SendVerificationCodeResult struct + func SendVerificationCode(client *gophercloud.ServiceClient, opts SendVerificationCodeOptsBuilder) (r SendVerificationCodeResult) + func (r SendVerificationCodeResult) Extract() (*SendVerificationCodeResp, error)