MollieAPI.Model.StatusHistoryEntryResponse (mollie_api v0.1.0-20260428)

View Source

Represents an entry in the transfer's status history, recording a past status transition.

Summary

Types

t()

@type t() :: %MollieAPI.Model.StatusHistoryEntryResponse{
  createdAt: String.t(),
  status: MollieAPI.Model.TransferStatus.t(),
  statusReason: MollieAPI.Model.StatusReason2.t() | nil
}

Functions

decode(value)