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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.InvoicePayment.StatusTransitions{
  canceled_at: integer() | nil,
  paid_at: integer() | nil
}
  • canceled_at - The time that the payment was canceled. Format: Unix timestamp. Nullable.
  • paid_at - The time that the payment succeeded. Format: Unix timestamp. Nullable.