Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 452 Bytes

DeletedOrderInfo.md

File metadata and controls

22 lines (16 loc) · 452 Bytes

ClickAndDrop::DeletedOrderInfo

Properties

Name Type Description Notes
order_identifier Integer [optional]
order_reference String [optional]
order_info String [optional]

Example

require 'click_and_drop'

instance = ClickAndDrop::DeletedOrderInfo.new(
  order_identifier: null,
  order_reference: null,
  order_info: null
)