Stripe.Params.V2.Core.AccountUpdateParams.Identity.Individual.DateOfBirth (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Identity.Individual.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.