Skip to main content

BeneficiaryOrganizationInput

Attributes for creating an organization via beneficiary submission

input BeneficiaryOrganizationInput {
name: String!
legalName: String!
street1: String!
city: String!
province: String!
postalCode: String!
country: Country!
categoryId: ID!
}

Fields

BeneficiaryOrganizationInput.name ● String! non-null scalar

The name of the organization.

BeneficiaryOrganizationInput.legalName ● String! non-null scalar

The legal name of the organization.

BeneficiaryOrganizationInput.street1 ● String! non-null scalar

Street number and street name of the organization.

BeneficiaryOrganizationInput.city ● String! non-null scalar

City

BeneficiaryOrganizationInput.province ● String! non-null scalar

State/Province

BeneficiaryOrganizationInput.postalCode ● String! non-null scalar

Zip/Postal Code

BeneficiaryOrganizationInput.country ● Country! non-null enum

The country in which the organization is located.

BeneficiaryOrganizationInput.categoryId ● ID! non-null scalar

Organization category

Member of

BeneficiaryCreate mutation ● BeneficiaryPlaidCreate mutation ● BeneficiaryUpdate mutation