Class CreditCardExpiry

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public class CreditCardExpiry extends Object

Java class for CreditCardExpiry complex type.

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

 <complexType name="CreditCardExpiry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Year" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Month" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • year

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected int year
    • month

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected int month
  • Constructor Details

    • CreditCardExpiry

      public CreditCardExpiry()
  • Method Details

    • getYear

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public int getYear()
      Gets the value of the year property.
    • setYear

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setYear(int value)
      Sets the value of the year property.
    • getMonth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public int getMonth()
      Gets the value of the month property.
    • setMonth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setMonth(int value)
      Sets the value of the month property.