Sha256: e616b2515bf542a4dec67aa99554c6edc2ebe197b6179a969e52c8a7d5eef256
Contents?: true
Size: 431 Bytes
Versions: 1
Compression:
Stored size: 431 Bytes
Contents
require_relative 'entity' module Moysklad::Entities class Counterparty < Entity attribute :email, String attribute :phone, String attribute :fax, String attribute :tags, Array[String] attribute :actualAddress, String attribute :legalTitle, String attribute :legalAddress, String attribute :inn, String attribute :kpp, String attribute :ogrn, String attribute :okpo, String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moysklad-0.3.0 | lib/moysklad/entities/counterparty.rb |