Mercury.Category (mercury_client v1.0.0)

Copy Markdown View Source

An expense category.

Summary

Types

t()

@type t() :: %Mercury.Category{
  id: String.t(),
  name: String.t(),
  visible_for_card_spend: boolean(),
  visible_for_other: boolean(),
  visible_for_reimbursements: boolean()
}