PersonReference
Reference to a person.
Either a contact person is set or isClient is true.
type PersonReference {
contactPerson: ContactRef
isClient: Boolean
}
Fields
PersonReference.contactPerson ● ContactRef object
The clients contact.
PersonReference.isClient ● Boolean scalar
Refers to the holding client instance.
Member Of
InsuranceBillingData object