Definition Type: ComplexType
Name: PaymentAuthorizationType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatebusinessinformationentity/0.1
Containing Schema: ReusableAggregateBusinessInformationEntity.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Amount in schema reusableaggregatebusinessinformationentity_xsd Drilldown into AuthorizationDate in schema reusableaggregatebusinessinformationentity_xsd Drilldown into ResponseCode in schema reusableaggregatebusinessinformationentity_xsd Drilldown into RemittanceBankID in schema reusableaggregatebusinessinformationentity_xsd Drilldown into RevenueSourceID in schema reusableaggregatebusinessinformationentity_xsd Drilldown into ReferenceOrderNumberID in schema reusableaggregatebusinessinformationentity_xsdXSD Diagram of PaymentAuthorizationType in schema reusableaggregatebusinessinformationentity_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentAuthorizationType">
    <xsd:sequence>
        <xsd:element name="ReferenceOrderNumberID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="RevenueSourceID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="RemittanceBankID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="ResponseCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="AuthorizationDate" type="udt:DateType" minOccurs="0" />
        <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReferenceOrderNumberID ram:ReferenceOrderNumberID 0 (1)
RevenueSourceID ram:RevenueSourceID 0 (1)
RemittanceBankID ram:RemittanceBankID 0 (1)
ResponseCode ram:ResponseCode 0 (1)
AuthorizationDate ram:AuthorizationDate 0 (1)
Amount ram:Amount 0 (1)