Ramp.AccountingFieldSelection (ramp v1.0.0)

Copy Markdown View Source

A selected accounting dimension value attached to a syncable object.

Summary

Types

t()

@type t() :: %Ramp.AccountingFieldSelection{
  external_id: String.t() | nil,
  field_id: String.t(),
  field_name: String.t() | nil,
  option_id: String.t() | nil,
  option_name: String.t() | nil
}