Unit.Resource.Fee (Unit v1.0.0)

Copy Markdown View Source

Represents a fee charged to an end-customer's deposit account.

Fees are transferred from the end-customer's account to your revenue account.

Summary

Types

t()

@type t() :: %Unit.Resource.Fee{
  account_id: String.t() | nil,
  amount: integer(),
  created_at: DateTime.t() | nil,
  customer_id: String.t() | nil,
  description: String.t() | nil,
  id: String.t(),
  revenue_account_id: String.t() | nil,
  tags: map(),
  transaction_id: String.t() | nil,
  type: String.t()
}