Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue{
  amount:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue.Amount.t()
    | nil,
  fiscal_year_end: String.t() | nil
}
  • amount - Annual revenue amount in minor currency units (for example, '123' for 1.23 USD).
  • fiscal_year_end - The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.