Sha256: 2f25f150522df29f022ea2ddcea0cfde837e049f86d2b6cfb7d3ce5f7ecdb7f0
Contents?: true
Size: 490 Bytes
Versions: 4
Compression:
Stored size: 490 Bytes
Contents
module Moysklad::Entities class Organization < Entity 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
4 entries across 4 versions & 1 rubygems