Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.BusinessDetails.RegistrationDate (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.BusinessDetails.RegistrationDate{
    day: integer() | nil,
    month: integer() | nil,
    year: integer() | nil
  }
  • day - The day of registration, between 1 and 31.
  • month - The month of registration, between 1 and 12.
  • year - The four-digit year of registration.