AdditionalAmountType

OFX / Types / AdditionalAmountType
#TagType
1 DESC InfoType
2 AMOUNT AmountType
Usages:
XSD
	<xsd:complexType name="AdditionalAmountType">
		<xsd:annotation>
			<xsd:documentation>Additional amounts with a free-form text description</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="DESC" type="ofx:InfoType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Description of the additional amount</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AMOUNT" type="ofx:AmountType">
				<xsd:annotation>
					<xsd:documentation>Required. The additional amount</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.