Class Account.Identity.Individual.DateOfBirth

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.Individual.DateOfBirth
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Identity.Individual

public static class Account.Identity.Individual.DateOfBirth extends StripeObject
For more details about DateOfBirth, please refer to the API Reference.
  • Constructor Details

    • DateOfBirth

      public DateOfBirth()
  • Method Details

    • getDay

      public Integer getDay()
    • getMonth

      public Integer getMonth()
    • getYear

      public Integer getYear()
    • setDay

      public void setDay(Integer day)
    • setMonth

      public void setMonth(Integer month)
    • setYear

      public void setYear(Integer 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