PhysicalAddress
No description
type PhysicalAddress {
addressLine1: String!
addressLine2: String
city: String!
country: String
state: String!
zip: PostalCodeString!
}
Fields
PhysicalAddress.addressLine1 ● String! non-null scalar
PhysicalAddress.addressLine2 ● String scalar
PhysicalAddress.city ● String! non-null scalar
PhysicalAddress.country ● String scalar
PhysicalAddress.state ● String! non-null scalar
PhysicalAddress.zip ● PostalCodeString! non-null scalar
Member of
Beneficiary object ● BrandSupportConfigurationPayload object ● CheckRecipient object ● HSAStatementAccountHolderData object ● HSAStatementCustodianData object ● OrganizationProfile object ● RecordedProfileInfo object ● UserProfile object