export class ContactAttributes { 'account-roles': string[] // "tax form recipient" "other interested party" "grantor" "principal" // "beneficiary" "authorized signer" "1042-s income payer" "owner" 'aml-cleared': boolean // false 'cip-cleared': boolean // false 'contact-type': string // Enum: "c_corp" "company" "llc" "natural_person" "s_corp" "trust" 'date-of-birth': string // string (Date) '2020-06-04' email: 'extropy@gmail.com' 'identity-confirmed': boolean // false 'identity-documents-verified': boolean // false name: string // 'Ender Wiggin' 'proof-of-address-documents-verified': boolean // false 'region-of-formation': string // null sex: string // null 'tax-country': 'US' 'tax-id-number': string // '123456789' 'tax-state': string // 'CA' type: string // (Contact Type (Legacy)) same values as contact-type 'created-at': string // string (Date with Time) '2020-06-07T20:58:06Z' 'updated-at': string // string (Date with Time) '2020-06-07T20:58:06Z' }