Class PaymentMaskedType


  • public class PaymentMaskedType
    extends Object

    Java class for paymentMaskedType complex type.

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

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