Sha256: 4fb8d1e306cdf7fa4cbbe935ac1636ead081e58aabaa871b469b80e3d9a5ce62
Contents?: true
Size: 619 Bytes
Versions: 54
Compression:
Stored size: 619 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::CustomerProperty.new( customer_profile_property_oid: null, expiration_dts: null, name: null, value: null ) ```
Version data entries
54 entries across 54 versions & 1 rubygems