Class VerificationReport.Document.ExpirationDate

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Document.ExpirationDate
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
VerificationReport.Document

public static class VerificationReport.Document.ExpirationDate extends StripeObject
Point in Time.
  • Constructor Details

    • ExpirationDate

      public ExpirationDate()
  • Method Details

    • getDay

      public Long getDay()
      Numerical day between 1 and 31.
    • getMonth

      public Long getMonth()
      Numerical month between 1 and 12.
    • getYear

      public Long getYear()
      The four-digit year.
    • setDay

      public void setDay(Long day)
      Numerical day between 1 and 31.
    • setMonth

      public void setMonth(Long month)
      Numerical month between 1 and 12.
    • setYear

      public void setYear(Long year)
      The four-digit year.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object