Sha256: ad71b61ee55ab791a04815d4dc4041a928f09ab6dc9c128f3f27f3c2202bdf5e
Contents?: true
Size: 811 Bytes
Versions: 12
Compression:
Stored size: 811 Bytes
Contents
# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Order < Model # @!attribute [r] id # @return [Integer] Unique identifier of the order. # attr_reader :id # @!attribute [r] created_at # @return [DateTime] Date and time that the order was created in UTC (ISO8601 format). # attr_reader :created_at # @!attribute [r] updated_at # @return [DateTime] Date and time of the last update on the order in UTC (ISO8601 format). # attr_reader :updated_at # @!attribute [rw] deal_id # @return [Integer] ID of the deal the order is associated to. # attr_accessor :deal_id # @!attribute [rw] discount # @return [Integer] Discount on the whole order in percents. # attr_accessor :discount end end
Version data entries
12 entries across 12 versions & 1 rubygems