Class Cardholder.Individual.Dob

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Cardholder.Individual.Dob
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Cardholder.Individual

public static class Cardholder.Individual.Dob extends StripeObject
The user agent of the browser from which the cardholder accepted the Authorized User Terms.
  • Constructor Details

    • Dob

      public Dob()
  • Method Details

    • getDay

      public Long getDay()
      The day of birth, between 1 and 31.
    • getMonth

      public Long getMonth()
      The month of birth, between 1 and 12.
    • getYear

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

      public void setDay(Long day)
      The day of birth, between 1 and 31.
    • setMonth

      public void setMonth(Long month)
      The month of birth, between 1 and 12.
    • setYear

      public void setYear(Long year)
      The four-digit year of birth.
    • 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