AdditionalOtherAmountType

OFX / Types / AdditionalOtherAmountType
#TagType
1 DESC InfoType
2 AMOUNT AmountType
3 BOX GenericNameType
4 K1CODE GenericNameType
Usages:
XSD
	<xsd:complexType name="AdditionalOtherAmountType">
		<xsd:annotation>
			<xsd:documentation>Additional amounts and free-form text description for any Box number and Code value</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="ofx:AdditionalAmountType">
				<xsd:sequence>
					<xsd:element name="BOX" type="ofx:GenericNameType" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Box number, if needed, for additional amount</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="K1CODE" type="ofx:GenericNameType" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Code, if needed, for additional amount</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.