MollieAPI.Model.Amount (mollie_api v0.1.0-20260303)

View Source

In v2 endpoints, monetary amounts are represented as objects with a currency and value field.

Summary

Types

t()

@type t() :: %MollieAPI.Model.Amount{currency: String.t(), value: String.t()}

Functions

decode(value)