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

View Source

The service rates, further divided into fixed and percentage costs.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntitySettlementPeriodsValueValueCostsInnerRate{
  fixed: MollieAPI.Model.Amount.t() | nil,
  percentage: String.t() | nil
}

Functions

decode(value)