Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 471 Bytes

UpdatedOrderInfo.md

File metadata and controls

22 lines (16 loc) · 471 Bytes

ClickAndDrop::UpdatedOrderInfo

Properties

Name Type Description Notes
order_identifier Integer [optional]
order_reference String [optional]
status String Current status of the order [optional]

Example

require 'click_and_drop'

instance = ClickAndDrop::UpdatedOrderInfo.new(
  order_identifier: null,
  order_reference: null,
  status: null
)