Current section

Files

Jump to
mollie_api lib mollie_api model balance_transfer_frequency.ex
Raw

lib/mollie_api/model/balance_transfer_frequency.ex

# NOTE: This file is auto generated by OpenAPI Generator 7.17.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule MollieAPI.Model.BalanceTransferFrequency do
@moduledoc """
The frequency with which the available amount on the balance will be settled to the configured transfer destination. Settlements created during weekends or on bank holidays will take place on the next business day.
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end