Stripe.Resources.Identity.VerificationReport.Document.ExpirationDate (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Identity.VerificationReport.Document.ExpirationDate{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}
  • day - Numerical day between 1 and 31. Nullable.
  • month - Numerical month between 1 and 12. Nullable.
  • year - The four-digit year. Nullable.