StripeElixir.Resources.StatusTransitions (stripe_elixir v0.1.0)

Copy Markdown View Source

TreasuryInboundTransfersResourceInboundTransferResourceStatusTransitions

Summary

Types

t()

@type t() :: %StripeElixir.Resources.StatusTransitions{
  canceled_at: integer() | nil,
  failed_at: integer(),
  succeeded_at: integer()
}
  • canceled_at - Timestamp describing when an InboundTransfer changed status to canceled. Format: Unix timestamp. Nullable.
  • failed_at - Timestamp describing when an InboundTransfer changed status to failed. Format: Unix timestamp. Nullable.
  • succeeded_at - Timestamp describing when an InboundTransfer changed status to succeeded. Format: Unix timestamp. Nullable.

Functions

object_name()