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"/>
<element name="tokenRequestorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tokenRequestorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tokenRequestorEci" 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 |
protected java.lang.String |
tokenRequestorEci |
protected java.lang.String |
tokenRequestorId |
protected java.lang.String |
tokenRequestorName |
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.String |
getTokenRequestorEci()
Gets the value of the tokenRequestorEci property.
|
java.lang.String |
getTokenRequestorId()
Gets the value of the tokenRequestorId property.
|
java.lang.String |
getTokenRequestorName()
Gets the value of the tokenRequestorName 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.
|
void |
setTokenRequestorEci(java.lang.String value)
Sets the value of the tokenRequestorEci property.
|
void |
setTokenRequestorId(java.lang.String value)
Sets the value of the tokenRequestorId property.
|
void |
setTokenRequestorName(java.lang.String value)
Sets the value of the tokenRequestorName property.
|
getCardNumber, getExpirationDate, setCardNumber, setExpirationDateprotected java.lang.String cardCode
protected java.lang.Boolean isPaymentToken
protected java.lang.String cryptogram
protected java.lang.String tokenRequestorName
protected java.lang.String tokenRequestorId
protected java.lang.String tokenRequestorEci
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
Stringpublic java.lang.String getTokenRequestorName()
Stringpublic void setTokenRequestorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTokenRequestorId()
Stringpublic void setTokenRequestorId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTokenRequestorEci()
Stringpublic void setTokenRequestorEci(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.