net.authorize.api.contract.v1
Class CreditCardType

java.lang.Object
  extended by net.authorize.api.contract.v1.CreditCardSimpleType
      extended by net.authorize.api.contract.v1.CreditCardType

public class CreditCardType
extends CreditCardSimpleType

Java class for creditCardType complex type.

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

 <complexType name="creditCardType">
   <complexContent>
     <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardSimpleType">
       <sequence>
         <element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String cardCode
           
 
Fields inherited from class net.authorize.api.contract.v1.CreditCardSimpleType
cardNumber, expirationDate
 
Constructor Summary
CreditCardType()
           
 
Method Summary
 String getCardCode()
          Gets the value of the cardCode property.
 void setCardCode(String value)
          Sets the value of the cardCode property.
 
Methods inherited from class net.authorize.api.contract.v1.CreditCardSimpleType
getCardNumber, getExpirationDate, setCardNumber, setExpirationDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cardCode

protected String cardCode
Constructor Detail

CreditCardType

public CreditCardType()
Method Detail

getCardCode

public String getCardCode()
Gets the value of the cardCode property.

Returns:
possible object is String

setCardCode

public void setCardCode(String value)
Sets the value of the cardCode property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.