Skip to main content

OrganizationProfileInput

An input object containing details for an organization like address, TIN, primary phone, etc.

input OrganizationProfileInput {
address: PhysicalAddressInput
phoneNumber: PhoneNumberInput
tin: String
}

Fields

OrganizationProfileInput.address ● PhysicalAddressInput input

The primary address details for the organization.

OrganizationProfileInput.phoneNumber ● PhoneNumberInput input

The primary phone number for the organization.

OrganizationProfileInput.tin ● String scalar

The Employer Identification Number for the organization.