simpleType paymentTypeType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:integer
properties
base xs:integer
used by
elements BatchResponse/Document/PaymentType Batch/Document/Payment/Type
facets
Kind Value Annotation
minInclusive 48201
maxInclusive 48210
annotation
documentation

Payment Type
48201=CardToken,
48202=CardTokenLookup,
48203=CardPAN,
48204=CardPANIncAuth,
48205=CardAuth,
48210=BACS
source <xs:simpleType name="paymentTypeType">
 
<xs:annotation>
   
<xs:documentation>
Payment Type
48201=CardToken,
48202=CardTokenLookup,
48203=CardPAN,
48204=CardPANIncAuth,
48205=CardAuth,
48210=BACS
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="48201"/>
   
<xs:maxInclusive value="48210"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy