Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 387 Bytes

File metadata and controls

20 lines (14 loc) · 387 Bytes

UltracartClient::AutoOrderProperty

Properties

Name Type Description Notes
name String Name of the property [optional]
value String Value of the property [optional]

Example

require 'ultracart_api'

instance = UltracartClient::AutoOrderProperty.new(
  name: null,
  value: null
)