Wasm Directoryalpha
Record

person-relationship

No description available.

record person-relationship {
  director: option​<bool>,
  executive: option​<bool>,
  owner: option​<bool>,
  percent-ownership: option​<f64>,
  representative: option​<bool>,
  title: option​<string>,
}

Fields

NameTypeDescription
directoroption​<bool>
executiveoption​<bool>
owneroption​<bool>
percent-ownershipoption​<f64>
representativeoption​<bool>
titleoption​<string>