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

View Source

Summary

Types

t()

@type t() :: %MollieAPI.Model.UnmatchedCreditTransferActionResponse{
  _links: MollieAPI.Model.EntityUnmatchedCreditTransferActionLinks.t(),
  action: MollieAPI.Model.UnmatchedCreditTransferActionType.t(),
  createdAt: any(),
  details: MollieAPI.Model.EntityUnmatchedCreditTransferActionDetails.t() | nil,
  id: String.t(),
  resource: any(),
  status: MollieAPI.Model.UnmatchedCreditTransferActionStatus.t(),
  unmatchedCreditTransferId: String.t()
}

Functions

decode(value)