PhysicalAddressInput
No description
input PhysicalAddressInput {
addressLine1: MaxLength35TruncatingString!
addressLine2: MaxLength35TruncatingString
city: MaxLength18TruncatingString!
country: String
state: String!
zip: PostalCodeString!
}
Fields
PhysicalAddressInput.addressLine1 ● MaxLength35TruncatingString! non-null scalar
PhysicalAddressInput.addressLine2 ● MaxLength35TruncatingString scalar
PhysicalAddressInput.city ● MaxLength18TruncatingString! non-null scalar
PhysicalAddressInput.country ● String scalar
PhysicalAddressInput.state ● String! non-null scalar
PhysicalAddressInput.zip ● PostalCodeString! non-null scalar
Member of
AddBeneficiaryInput input ● CheckRecipientInput input ● OrganizationProfileInput input ● RegistrationRecordPersonalInfoInput input ● RegistrationRecordProfileInfoInput input ● UpdateBeneficiaryInput input ● UpdateCurrentUserProfileInput input