Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 462 Bytes

File metadata and controls

22 lines (16 loc) · 462 Bytes

UltracartClient::CartItemAttribute

Properties

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

Example

require 'ultracart_api'

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