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 String |
cardCode |
protected String |
cryptogram |
protected Boolean |
isPaymentToken |
protected String |
tokenRequestorEci |
protected String |
tokenRequestorId |
protected String |
tokenRequestorName |
cardNumber, expirationDate| Constructor and Description |
|---|
CreditCardType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardCode()
Gets the value of the cardCode property.
|
String |
getCryptogram()
Gets the value of the cryptogram property.
|
String |
getTokenRequestorEci()
Gets the value of the tokenRequestorEci property.
|
String |
getTokenRequestorId()
Gets the value of the tokenRequestorId property.
|
String |
getTokenRequestorName()
Gets the value of the tokenRequestorName property.
|
Boolean |
isIsPaymentToken()
Gets the value of the isPaymentToken property.
|
void |
setCardCode(String value)
Sets the value of the cardCode property.
|
void |
setCryptogram(String value)
Sets the value of the cryptogram property.
|
void |
setIsPaymentToken(Boolean value)
Sets the value of the isPaymentToken property.
|
void |
setTokenRequestorEci(String value)
Sets the value of the tokenRequestorEci property.
|
void |
setTokenRequestorId(String value)
Sets the value of the tokenRequestorId property.
|
void |
setTokenRequestorName(String value)
Sets the value of the tokenRequestorName property.
|
getCardNumber, getExpirationDate, setCardNumber, setExpirationDateprotected String cardCode
protected Boolean isPaymentToken
protected String cryptogram
protected String tokenRequestorName
protected String tokenRequestorId
protected String tokenRequestorEci
public String getCardCode()
Stringpublic void setCardCode(String value)
value - allowed object is
Stringpublic Boolean isIsPaymentToken()
Booleanpublic void setIsPaymentToken(Boolean value)
value - allowed object is
Booleanpublic String getCryptogram()
Stringpublic void setCryptogram(String value)
value - allowed object is
Stringpublic String getTokenRequestorName()
Stringpublic void setTokenRequestorName(String value)
value - allowed object is
Stringpublic String getTokenRequestorId()
Stringpublic void setTokenRequestorId(String value)
value - allowed object is
Stringpublic String getTokenRequestorEci()
StringCopyright © 2020. All rights reserved.