<xs:element name="PaymentAmount" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The currency amount of the payment.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="ApprovalCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The approval code returned as part of an authorization process.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|