Sha256: 1e20da35f630cbc05f6440c18e675b2e394ed62ebce6e61476817a83f7541876

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

require_relative 'entity'

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

1 entries across 1 versions & 1 rubygems

Version Path
moysklad-0.3.0 lib/moysklad/entities/organization.rb