StateTaxWithheldAggregate

OFX / Types / StateTaxWithheldAggregate
#TagType
1 AMOUNT AmountType
2 PAYERSTATE StateCodeType
3 PAYERSTID IdType
4 STDIST AmountType
Usages:
XSD
	<xsd:complexType name="StateTaxWithheldAggregate">
		<xsd:annotation>
			<xsd:documentation>
        The OFX element "STTAXWHAGG" is of type "StateTaxWithheldAggregate"
      </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="AMOUNT" type="ofx:AmountType"/>
			<xsd:element name="PAYERSTATE" type="ofx:StateCodeType"/>
			<xsd:element name="PAYERSTID" type="ofx:IdType" minOccurs="0"/>
			<xsd:element name="STDIST" type="ofx:AmountType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.