net.authorize.api.contract.v1
Class CreditCardType
java.lang.Object
net.authorize.api.contract.v1.CreditCardSimpleType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cardCode
protected String cardCode
CreditCardType
public CreditCardType()
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.