Class CardInformation

java.lang.Object
com.pensio.api.generated.CardInformation

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class CardInformation extends Object

Java class for CardInformation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CardInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="IsTokenized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Token" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MaskedPan">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="([\d\*]*)"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Expiry" type="{}CreditCardExpiry" minOccurs="0"/>
         <element name="IssuingCountry">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="LastFourDigits">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="([\d]{4})|()"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Scheme" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • isTokenized

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected boolean isTokenized
    • token

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String token
    • maskedPan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String maskedPan
    • expiry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected CreditCardExpiry expiry
    • issuingCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String issuingCountry
    • lastFourDigits

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String lastFourDigits
    • scheme

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String scheme
  • Constructor Details

    • CardInformation

      public CardInformation()
  • Method Details

    • isIsTokenized

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public boolean isIsTokenized()
      Gets the value of the isTokenized property.
    • setIsTokenized

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setIsTokenized(boolean value)
      Sets the value of the isTokenized property.
    • getToken

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getToken()
      Gets the value of the token property.
      Returns:
      possible object is String
    • setToken

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setToken(String value)
      Sets the value of the token property.
      Parameters:
      value - allowed object is String
    • getMaskedPan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getMaskedPan()
      Gets the value of the maskedPan property.
      Returns:
      possible object is String
    • setMaskedPan

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setMaskedPan(String value)
      Sets the value of the maskedPan property.
      Parameters:
      value - allowed object is String
    • getExpiry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public CreditCardExpiry getExpiry()
      Gets the value of the expiry property.
      Returns:
      possible object is CreditCardExpiry
    • setExpiry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setExpiry(CreditCardExpiry value)
      Sets the value of the expiry property.
      Parameters:
      value - allowed object is CreditCardExpiry
    • getIssuingCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getIssuingCountry()
      Gets the value of the issuingCountry property.
      Returns:
      possible object is String
    • setIssuingCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setIssuingCountry(String value)
      Sets the value of the issuingCountry property.
      Parameters:
      value - allowed object is String
    • getLastFourDigits

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getLastFourDigits()
      Gets the value of the lastFourDigits property.
      Returns:
      possible object is String
    • setLastFourDigits

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setLastFourDigits(String value)
      Sets the value of the lastFourDigits property.
      Parameters:
      value - allowed object is String
    • getScheme

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getScheme()
      Gets the value of the scheme property.
      Returns:
      possible object is String
    • setScheme

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setScheme(String value)
      Sets the value of the scheme property.
      Parameters:
      value - allowed object is String