net.authorize.api.contract.v1
Class PaymentMaskedType

java.lang.Object
  extended by net.authorize.api.contract.v1.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"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BankAccountMaskedType bankAccount
           
protected  CreditCardMaskedType creditCard
           
 
Constructor Summary
PaymentMaskedType()
           
 
Method Summary
 BankAccountMaskedType getBankAccount()
          Gets the value of the bankAccount property.
 CreditCardMaskedType getCreditCard()
          Gets the value of the creditCard property.
 void setBankAccount(BankAccountMaskedType value)
          Sets the value of the bankAccount property.
 void setCreditCard(CreditCardMaskedType value)
          Sets the value of the creditCard property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

creditCard

protected CreditCardMaskedType creditCard

bankAccount

protected BankAccountMaskedType bankAccount
Constructor Detail

PaymentMaskedType

public PaymentMaskedType()
Method Detail

getCreditCard

public CreditCardMaskedType getCreditCard()
Gets the value of the creditCard property.

Returns:
possible object is CreditCardMaskedType

setCreditCard

public void setCreditCard(CreditCardMaskedType value)
Sets the value of the creditCard property.

Parameters:
value - allowed object is CreditCardMaskedType

getBankAccount

public BankAccountMaskedType getBankAccount()
Gets the value of the bankAccount property.

Returns:
possible object is BankAccountMaskedType

setBankAccount

public void setBankAccount(BankAccountMaskedType value)
Sets the value of the bankAccount property.

Parameters:
value - allowed object is BankAccountMaskedType


Copyright © 2014. All Rights Reserved.