Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

File metadata and controls

17 lines (13 loc) · 1.04 KB

SubAccount

Properties

Name Type Description Notes
remark str Remark [optional]
login_name str Sub-account login name: Only letters, numbers and underscores are supported, cannot contain other invalid characters
password str The sub-account's password. (Default: the same as main account's password) [optional]
email str The sub-account's email address. (Default: the same as main account's email address) [optional]
state int Sub-account status: 1-normal, 2-locked [optional] [readonly]
type int Sub-account type: 1-Regular sub-account, 3-Cross margin sub-account [optional] [readonly]
user_id int Sub-account user ID [optional] [readonly]
create_time int Created time [optional] [readonly]

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