Sha256: ad4abd2bc0fe597f58601bae4f0438221e782e532ec115b52e24f56c22f0d302
Contents?: true
Size: 324 Bytes
Versions: 23
Compression:
Stored size: 324 Bytes
Contents
module Economic class CustomerContact < Base field :customerContactNumber, id: true field :deleted field :eInvoiceId field :email # field :emailNotifications - is an array field :name field :notes field :phone field :sortKey relation :customer, fields: [:customerNumber] end end
Version data entries
23 entries across 23 versions & 1 rubygems