Record

account-owner

No description available.

record account-owner {
  email: option​<string>,
  id: string,
  name: string,
  object: account-owner-object-enum,
  ownership: string,
  phone: option​<string>,
  raw-address: option​<string>,
  refreshed-at: option​<s32>,
}

Fields

NameTypeDescription
emailoption​<string>
idstring
namestring
objectaccount-owner-object-enum
ownershipstring
phoneoption​<string>
raw-addressoption​<string>
refreshed-atoption​<s32>