Sha256: c31d0564f1a4978e23cfb77db760e62f353ce2329482e97dffba72ec87359877

Contents?: true

Size: 483 Bytes

Versions: 3

Compression:

Stored size: 483 Bytes

Contents

# UltracartClient::CustomerProperty

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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(
  expiration_dts: null,
  name: null,
  value: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ultracart_api-4.0.175 docs/CustomerProperty.md
ultracart_api-4.0.174 docs/CustomerProperty.md
ultracart_api-4.0.173 docs/CustomerProperty.md