Class: Booker::V4::Models::Order

Inherits:
Model show all
Defined in:
lib/booker/v4/models/order.rb

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

Method Summary

Methods included from Concerns::DateTimeConcern

#time_from_booker_datetime, #time_to_booker_datetime, #timezone_from_booker_offset!, #timezone_from_booker_timezone, #to_wday

Methods inherited from Model

constantize, from_hash, from_list, #initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Booker::Model

Instance Attribute Details

#CustomerIDObject

Returns the value of attribute CustomerID.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def CustomerID
  @CustomerID
end

#DateCompletedObject

Returns the value of attribute DateCompleted.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def DateCompleted
  @DateCompleted
end

#DatePaidObject

Returns the value of attribute DatePaid.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def DatePaid
  @DatePaid
end

#IDObject

Returns the value of attribute ID.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def ID
  @ID
end

#IsCompletedObject

Returns the value of attribute IsCompleted.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def IsCompleted
  @IsCompleted
end

#ItemsObject

Returns the value of attribute Items.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def Items
  @Items
end

#OrderNumberObject

Returns the value of attribute OrderNumber.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def OrderNumber
  @OrderNumber
end

#SavedInProgressObject

Returns the value of attribute SavedInProgress.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def SavedInProgress
  @SavedInProgress
end

#StatusObject

Returns the value of attribute Status.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def Status
  @Status
end

#TotalBeforeTaxesObject

Returns the value of attribute TotalBeforeTaxes.



5
6
7
# File 'lib/booker/v4/models/order.rb', line 5

def TotalBeforeTaxes
  @TotalBeforeTaxes
end