Wasm Directoryalpha
Record

create-a-new-subaccount-params

No description available.

record create-a-new-subaccount-params {
  access-billing: option​<f64>,
  access-contacts: option​<f64>,
  access-reporting: option​<f64>,
  access-settings: option​<f64>,
  access-users: option​<f64>,
  api-username: string,
  email: string,
  first-name: string,
  last-name: string,
  password: string,
  phone-number: string,
  share-campaigns: option​<f64>,
}

Fields

NameTypeDescription
access-billingoption​<f64>
access-contactsoption​<f64>
access-reportingoption​<f64>
access-settingsoption​<f64>
access-usersoption​<f64>
api-usernamestring
emailstring
first-namestring
last-namestring
passwordstring
phone-numberstring
share-campaignsoption​<f64>