Sha256: 6f4d2e3d1b45aaa0c46dae822a78b4344f3f85f017d29239bdfaf26f33f94fca
Contents?: true
Size: 522 Bytes
Versions: 12
Compression:
Stored size: 522 Bytes
Contents
module Moysklad::Entities class Organization < Entity include AttributesConverter attribute :externalCode, String attribute :archived, Boolean attribute :companyType, String attribute :legalTitle, String attribute :legalAddress, String attribute :inn, String attribute :okpo, String attribute :email, String attribute :phone, String attribute :director, String attribute :payerVat, Boolean attribute :isEgaisEnable, Boolean attribute :attrs, Array[Hash] end end
Version data entries
12 entries across 12 versions & 1 rubygems