Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 465 Bytes

File metadata and controls

22 lines (16 loc) · 465 Bytes

UltracartClient::ItemProperty

Properties

Name Type Description Notes
expiration_dts String Expiration of the property [optional]
name String Property name [optional]
value String Property value [optional]

Example

require 'ultracart_api'

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