Class: Fortnox::API::Model::Order

Inherits:
Base show all
Defined in:
lib/fortnox/api/models/order.rb

Constant Summary collapse

UNIQUE_ID =
:document_number
STUB =
{ customer_number: '', order_rows: [] }.freeze

Instance Attribute Summary

Attributes inherited from Base

#parent, #unsaved

Method Summary

Methods inherited from Base

#==, attribute, new, #new?, #parent?, preserve_meta_properties, #saved?, #to_hash, #unique_id, #update

Methods inherited from Types::Model

#initialize

Constructor Details

This class inherits a constructor from Fortnox::API::Types::Model