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"/>
<element name="isPaymentToken" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="cryptogram" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cardCode |
protected java.lang.String |
cryptogram |
protected java.lang.Boolean |
isPaymentToken |
cardNumber, expirationDate| Constructor and Description |
|---|
CreditCardType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCardCode()
Gets the value of the cardCode property.
|
java.lang.String |
getCryptogram()
Gets the value of the cryptogram property.
|
java.lang.Boolean |
isIsPaymentToken()
Gets the value of the isPaymentToken property.
|
void |
setCardCode(java.lang.String value)
Sets the value of the cardCode property.
|
void |
setCryptogram(java.lang.String value)
Sets the value of the cryptogram property.
|
void |
setIsPaymentToken(java.lang.Boolean value)
Sets the value of the isPaymentToken property.
|
getCardNumber, getExpirationDate, setCardNumber, setExpirationDateprotected java.lang.String cardCode
protected java.lang.Boolean isPaymentToken
protected java.lang.String cryptogram
public java.lang.String getCardCode()
Stringpublic void setCardCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsPaymentToken()
Booleanpublic void setIsPaymentToken(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCryptogram()
Stringpublic void setCryptogram(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.