TreasuryInboundTransfersResourceInboundTransferResourceStatusTransitions
Summary
Types
@type t() :: %Stripe.Resources.StatusTransitions{ canceled_at: term(), failed_at: term(), succeeded_at: term() }
canceled_at- Timestamp describing when an InboundTransfer changed status tocanceled. Format: Unix timestamp. Nullable.failed_at- Timestamp describing when an InboundTransfer changed status tofailed. Format: Unix timestamp. Nullable.succeeded_at- Timestamp describing when an InboundTransfer changed status tosucceeded. Format: Unix timestamp. Nullable.