Class 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 Detail

      • cardCode

        protected String cardCode
      • isPaymentToken

        protected Boolean isPaymentToken
      • cryptogram

        protected String cryptogram
      • tokenRequestorName

        protected String tokenRequestorName
      • tokenRequestorId

        protected String tokenRequestorId
      • tokenRequestorEci

        protected String tokenRequestorEci
    • Constructor Detail

      • CreditCardType

        public CreditCardType()
    • 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 is String
      • 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 is Boolean
      • 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 is String
      • 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 is String
      • 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 is String
      • getTokenRequestorEci

        public String getTokenRequestorEci()
        Gets the value of the tokenRequestorEci property.
        Returns:
        possible object is String
      • setTokenRequestorEci

        public void setTokenRequestorEci​(String value)
        Sets the value of the tokenRequestorEci property.
        Parameters:
        value - allowed object is String