Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.55 KB

V1CreateUserRequest.md

File metadata and controls

26 lines (22 loc) · 1.55 KB

V1CreateUserRequest

Properties

Name Type Description Notes
Address string [OPTIONAL] 用户地址 [default to null]
AppId string App ID [default to null]
AvailableBalance float32 [OPTIONAL] 用户可用余额 [default to null]
Avatar string [OPTIONAL] 用户头像 [default to null]
Created int64 [OPTIONAL] 用户创建时间 [default to 0]
Currency string [OPTIONAL] 用户货币 [default to null]
Description string [OPTIONAL] 用户描述 [default to null]
Disabled bool [OPTIONAL] 是否禁用,默认为 false [default to null]
Email string [OPTIONAL] 用户邮箱 [default to null]
Gender *V1Gender [OPTIONAL] 用户性别 [default to null]
Metadata map[string]string [OPTIONAL] 用户元数据 [default to null]
Name string [OPTIONAL] 用户名 [default to null]
Nickname string [OPTIONAL] 用户昵称 [default to null]
OutUserId string [REQUIRED] 商户系统用户 ID [default to null]
ParentUserId string [OPTIONAL] 父用户 ID [default to null]
Phone string [OPTIONAL] 用户手机号 [default to null]
WithdrawableBalance float32 [OPTIONAL] 用户可提现余额 [default to null]

[Back to Model list] [Back to API list] [Back to README]