A dimension on which transactions/bills can be categorized.
Summary
Types
@type t() :: %Ramp.Accounting.CustomField{ created_at: DateTime.t() | nil, id: String.t(), input_type: String.t() | nil, is_active: boolean() | nil, is_required: boolean() | nil, name: String.t() | nil, remote_id: String.t() | nil, updated_at: DateTime.t() | nil }