OrganizationProfile
A summary object containing details for an organization like address, TIN, primary phone, etc.
type OrganizationProfile {
address: PhysicalAddress
phoneNumber: String
tin: String
}
Fields
OrganizationProfile.address
● PhysicalAddress
object
The primary address details for the organization.
OrganizationProfile.phoneNumber
● String
scalar
The primary phone number for the organization.
OrganizationProfile.tin
● String
scalar
The Employer Identification Number for the organization.
Member of
Organization
object