Package 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"/> <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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcardCodeprotected Stringcryptogramprotected BooleanisPaymentTokenprotected StringtokenRequestorEciprotected StringtokenRequestorIdprotected StringtokenRequestorName-
Fields inherited from class net.authorize.api.contract.v1.CreditCardSimpleType
cardNumber, expirationDate
-
-
Constructor Summary
Constructors Constructor Description CreditCardType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardCode()Gets the value of the cardCode property.StringgetCryptogram()Gets the value of the cryptogram property.StringgetTokenRequestorEci()Gets the value of the tokenRequestorEci property.StringgetTokenRequestorId()Gets the value of the tokenRequestorId property.StringgetTokenRequestorName()Gets the value of the tokenRequestorName property.BooleanisIsPaymentToken()Gets the value of the isPaymentToken property.voidsetCardCode(String value)Sets the value of the cardCode property.voidsetCryptogram(String value)Sets the value of the cryptogram property.voidsetIsPaymentToken(Boolean value)Sets the value of the isPaymentToken property.voidsetTokenRequestorEci(String value)Sets the value of the tokenRequestorEci property.voidsetTokenRequestorId(String value)Sets the value of the tokenRequestorId property.voidsetTokenRequestorName(String value)Sets the value of the tokenRequestorName property.-
Methods inherited from class net.authorize.api.contract.v1.CreditCardSimpleType
getCardNumber, getExpirationDate, setCardNumber, setExpirationDate
-
-
-
-
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 isString
-
isIsPaymentToken
public Boolean isIsPaymentToken()
Gets the value of the isPaymentToken property.- Returns:
- possible object is
Boolean
-
setIsPaymentToken
public void setIsPaymentToken(Boolean value)
Sets the value of the isPaymentToken property.- Parameters:
value- allowed object isBoolean
-
getCryptogram
public String getCryptogram()
Gets the value of the cryptogram property.- Returns:
- possible object is
String
-
setCryptogram
public void setCryptogram(String value)
Sets the value of the cryptogram property.- Parameters:
value- allowed object isString
-
getTokenRequestorName
public String getTokenRequestorName()
Gets the value of the tokenRequestorName property.- Returns:
- possible object is
String
-
setTokenRequestorName
public void setTokenRequestorName(String value)
Sets the value of the tokenRequestorName property.- Parameters:
value- allowed object isString
-
getTokenRequestorId
public String getTokenRequestorId()
Gets the value of the tokenRequestorId property.- Returns:
- possible object is
String
-
setTokenRequestorId
public void setTokenRequestorId(String value)
Sets the value of the tokenRequestorId property.- Parameters:
value- allowed object isString
-
getTokenRequestorEci
public String getTokenRequestorEci()
Gets the value of the tokenRequestorEci property.- Returns:
- possible object is
String
-
-