StateTaxWithheldAggregate
OFX / Types / StateTaxWithheldAggregate
# | Tag | Type |
---|---|---|
1 | AMOUNT | AmountType |
2 | PAYERSTATE | StateCodeType |
3 | PAYERSTID | IdType |
4 | STDIST | AmountType |
Usages:
- Tax1099R_V100 STTAXWHAGG
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>