Sha256: 7c31f5b94593844b61b37f9b3eeeee18ce442e088a7458a3166bcccba477626d

Contents?: true

Size: 331 Bytes

Versions: 8

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

require 'fortnox/api/types/document_row'

module Fortnox
  module API
    module Types
      class OrderRow < DocumentRow
        STUB = { ordered_quantity: 0 }.freeze

        # OrderedQuantity Ordered quantity
        attribute :ordered_quantity, Types::Required::Float
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fortnox-api-0.8.0 lib/fortnox/api/types/order_row.rb
fortnox-api-0.7.2 lib/fortnox/api/types/order_row.rb
fortnox-api-0.7.1 lib/fortnox/api/types/order_row.rb
fortnox-api-0.7.0 lib/fortnox/api/types/order_row.rb
fortnox-api-0.6.3 lib/fortnox/api/types/order_row.rb
fortnox-api-0.6.2 lib/fortnox/api/types/order_row.rb
fortnox-api-0.6.1 lib/fortnox/api/types/order_row.rb
fortnox-api-0.6.0 lib/fortnox/api/types/order_row.rb