EmployeeName

OFX / Types / EmployeeName
#TagType
1 FIRSTNAME GenericNameType
2 MIDDLENAME GenericNameType
3 LASTNAME GenericNameType
4 SUFFIX GenericNameType
Usages:
XSD
	<xsd:complexType name="EmployeeName">
		<xsd:annotation>
			<xsd:documentation>Fields for previous employee name in TaxW2C_V200, added for TY20</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="FIRSTNAME" type="ofx:GenericNameType"/>
			<xsd:element name="MIDDLENAME" type="ofx:GenericNameType" minOccurs="0"/>
			<xsd:element name="LASTNAME" type="ofx:GenericNameType"/>
			<xsd:element name="SUFFIX" type="ofx:GenericNameType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.