Stripe.Resources.Invoice.StatusTransitions (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Invoice.StatusTransitions{
  finalized_at: integer() | nil,
  marked_uncollectible_at: integer() | nil,
  paid_at: integer() | nil,
  voided_at: integer() | nil
}
  • finalized_at - The time that the invoice draft was finalized. Format: Unix timestamp. Nullable.
  • marked_uncollectible_at - The time that the invoice was marked uncollectible. Format: Unix timestamp. Nullable.
  • paid_at - The time that the invoice was paid. Format: Unix timestamp. Nullable.
  • voided_at - The time that the invoice was voided. Format: Unix timestamp. Nullable.