Miosa.Types.CreditBalance (Miosa v1.0.1)

Copy Markdown View Source

Current credit balance for the authenticated tenant.

Summary

Types

t()

@type t() :: %Miosa.Types.CreditBalance{
  balance: integer(),
  expires_at: String.t() | nil,
  plan: String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()