Stripe.Resources.V2.Core.AccountPerson.DateOfBirth (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Core.AccountPerson.DateOfBirth{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}
  • day - The day of birth, between 1 and 31.
  • month - The month of birth, between 1 and 12.
  • year - The four-digit year of birth.