CreditCardType

Complex Type Information

Model

Used By

Element CreditCard

Source

<xs:complexType name="CreditCardType">
  <xs:sequence>
    <xs:element ref="Status" minOccurs="0"/>
    <xs:element name="MerchantCode" type="CodeType" minOccurs="0"/>
    <xs:element name="CardTransactionReference" type="LongStringType" minOccurs="0"/>
    <xs:element name="DataSource" type="CodeType" minOccurs="0"/>
    <xs:element name="CardType" type="CodeType" minOccurs="0"/>
    <xs:element name="CardNumber" type="ShortTokenType"/>
    <xs:element name="IssueNumber" type="ShortStringType" minOccurs="0"/>
    <xs:element name="CardStartDate" type="DateType" minOccurs="0"/>
    <xs:element name="CardExpires" type="DateType" minOccurs="0"/>
    <xs:element name="NameOnCard" type="LongStringType" minOccurs="0"/>
    <xs:element name="CardHoldersAddress" type="PhysicalAddressType" minOccurs="0"/>
    <xs:element name="CardVerificationValue" type="ShortStringType" minOccurs="0"/>
    <xs:element name="AuthorizedPayment" type="BooleanType"/>
    <xs:element name="AuthorizedTime" type="DateTimeType" minOccurs="0"/>
    <xs:element name="AuthorizationCode" type="LongStringType" minOccurs="0"/>
    <xs:element name="AuthorizationExpires" type="DateTimeType" minOccurs="0"/>
    <xs:element ref="Properties" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>