Class: Fortnox::Order

Inherits:
Document
  • Object
show all
Defined in:
lib/fortnox/resources/order.rb

Instance Attribute Summary collapse

Attributes inherited from Document

#address1, #address2, #administration_fee, #city, #comments, #cost_center, #currency, #currency_rate, #currency_unit, #customer_name, #delivery_address1, #delivery_address2, #delivery_city, #delivery_name, #delivery_zip_code, #external_invoice_reference1, #external_invoice_reference2, #freight, #language, #our_reference, #phone1, #phone2, #price_list, #print_template, #project, #remarks, #tax_reduction_type, #terms_of_delivery, #terms_of_payment, #way_of_delivery, #your_order_number, #your_reference, #zip_code

Instance Attribute Details

#delivery_stateObject (readonly)

DeliveryState Delivery state of the order.



27
28
29
# File 'lib/fortnox/resources/order.rb', line 27

def delivery_state
  @delivery_state
end

#order_typeObject (readonly)

OrderType Type of order.



30
31
32
# File 'lib/fortnox/resources/order.rb', line 30

def order_type
  @order_type
end

#stock_point_codeObject (readonly)

StockPointCode Code of the stock point.



33
34
35
# File 'lib/fortnox/resources/order.rb', line 33

def stock_point_code
  @stock_point_code
end

#stock_point_idObject (readonly)

StockPointId ID of the stock point.



36
37
38
# File 'lib/fortnox/resources/order.rb', line 36

def stock_point_id
  @stock_point_id
end