PayerAddress

OFX / Types / PayerAddress
#TagType
1 PAYERNAME1 GenericNameType
2 PAYERNAME2 GenericNameType
3 ADDR1 AddressType
4 ADDR2 AddressType
5 ADDR3 AddressType
6 CITY AddressType
7 STATE StateType
8 POSTALCODE ZipType
9 PHONE PhoneType
Usages:
XSD
	<xsd:complexType name="PayerAddress">
		<xsd:annotation>
			<xsd:documentation>
        The OFX element "PAYERADDR" is of type "PayerAddress"
      </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="PAYERNAME1" type="ofx:GenericNameType"/>
			<xsd:element name="PAYERNAME2" type="ofx:GenericNameType" minOccurs="0"/>
			<xsd:element name="ADDR1" type="ofx:AddressType"/>
			<xsd:element name="ADDR2" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="ADDR3" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="CITY" type="ofx:AddressType"/>
			<xsd:element name="STATE" type="ofx:StateType"/>
			<xsd:element name="POSTALCODE" type="ofx:ZipType"/>
			<xsd:element name="PHONE" type="ofx:PhoneType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.