Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 619 Bytes

File metadata and controls

24 lines (18 loc) · 619 Bytes

UltracartClient::CustomerProperty

Properties

Name Type Description Notes
customer_profile_property_oid Integer Customer profile property oid [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::CustomerProperty.new(
  customer_profile_property_oid: null,
  expiration_dts: null,
  name: null,
  value: null
)