Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 588 Bytes

File metadata and controls

24 lines (18 loc) · 588 Bytes

UltracartClient::CartProperty

Properties

Name Type Description Notes
display Boolean True if this property is displayed to the customer [optional]
expiration_dts String The date/time that the property expires and is deleted [optional]
name String Name [optional]
value String Value [optional]

Example

require 'ultracart_api'

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