Class PaymentSimpleType


  • public class PaymentSimpleType
    extends Object

    Java class for paymentSimpleType complex type.

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

     <complexType name="paymentSimpleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="creditCard" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardSimpleType"/>
               <element name="bankAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountType"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>