StripeElixir.Params.V2.Core.Accounts.PersonTokenCreateParams.DateOfBirth (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %StripeElixir.Params.V2.Core.Accounts.PersonTokenCreateParams.DateOfBirth{
    day: integer() | nil,
    month: integer() | nil,
    year: integer() | nil
  }
  • day - The day of the birth.
  • month - The month of birth.
  • year - The year of birth.