Sha256: dc6b1f4a7f6330e46e8a5faab48e017f3e61a72f5433c218139a540b668c2b9a

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

require "fortnox/api/types/document_row"

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

        DocumentRow.ify self

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fortnox-api-0.5.2 lib/fortnox/api/types/order_row.rb
fortnox-api-0.5.1 lib/fortnox/api/types/order_row.rb
fortnox-api-0.5.0 lib/fortnox/api/types/order_row.rb
fortnox-api-0.4.0 lib/fortnox/api/types/order_row.rb
fortnox-api-0.3.0 lib/fortnox/api/types/order_row.rb
fortnox-api-0.2.0 lib/fortnox/api/types/order_row.rb