MollieAPI.Model.StatusHistoryEntryResponse (mollie_api v0.1.0-20260428)
View SourceRepresents an entry in the transfer's status history, recording a past status transition.
Summary
Types
@type t() :: %MollieAPI.Model.StatusHistoryEntryResponse{ createdAt: String.t(), status: MollieAPI.Model.TransferStatus.t(), statusReason: MollieAPI.Model.StatusReason2.t() | nil }