Class WebCheckOutDataType


  • public class WebCheckOutDataType
    extends Object

    Java class for webCheckOutDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="webCheckOutDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutTypeEnum"/>
             <element name="id">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <minLength value="1"/>
                   <maxLength value="64"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="token" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutDataTypeToken" minOccurs="0"/>
             <element name="bankToken" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>