AdditionalStateTaxWithheldAggregate
OFX / Types / AdditionalStateTaxWithheldAggregate
# | Tag | Type |
---|---|---|
1 | STTAXWH | AmountType |
2 | PAYERSTATE | StateCodeType |
3 | PAYERSTID | IdType |
4 | STINCOME | AmountType |
Usages:
- Tax1099MISC_V100 ADDLSTTAXWHAGG
- Tax1099NEC_V100 ADDLSTTAXWHAGG
XSD
<xsd:complexType name="AdditionalStateTaxWithheldAggregate"> <xsd:annotation> <xsd:documentation>The OFX element "ADDLSTTAXWHAGG" is of type "AdditionalStateTaxWithheldAggregate"</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="STTAXWH" type="ofx:AmountType"/> <xsd:element name="PAYERSTATE" type="ofx:StateCodeType"/> <xsd:element name="PAYERSTID" type="ofx:IdType" minOccurs="0"/> <xsd:element name="STINCOME" type="ofx:AmountType" minOccurs="0"/> </xsd:sequence> </xsd:complexType>