Definition Type: ComplexType
Name: CustomerPaymentMethodType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuthorizedAmount in schema components_xsd Drilldown into PaymentMethodCode in schema components_xsdXSD Diagram of CustomerPaymentMethodType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerPaymentMethodType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="PaymentMethodCode" type="scl:PaymentMethodEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the method of payment (e.g., cash, credit card,
                            etc.)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AuthorizedAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Preauthorized expense limit.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentMethodCode star:PaymentMethodCode 0 (1)
AuthorizedAmount star:AuthorizedAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:CustomerPaymentMethod