Sha256: edbff67a5bb76c0312d82760a1da79f632f66bda70ce13d35a5bbf2914eb9839

Contents?: true

Size: 1.27 KB

Versions: 196

Compression:

Stored size: 1.27 KB

Contents

# UltracartClient::CustomerSoftwareEntitlement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **activation_code** | **String** | Activation Code Associated with the software | [optional] |
| **activation_dts** | **String** | Date/time when the activation code was created | [optional] |
| **customer_software_entitlement_oid** | **Integer** | Customer profile software entitlement object identifier | [optional] |
| **expiration_dts** | **String** | Date/time when the activation code will expire | [optional] |
| **purchased_via_item_description** | **String** | Item description used to purchase this software. | [optional] |
| **purchased_via_item_id** | **String** | Item ID used to purchase this software. | [optional] |
| **purchased_via_order_id** | **String** | Order ID used to purchase this software. | [optional] |
| **software_sku** | **String** | SKU of the software | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::CustomerSoftwareEntitlement.new(
  activation_code: null,
  activation_dts: null,
  customer_software_entitlement_oid: null,
  expiration_dts: null,
  purchased_via_item_description: null,
  purchased_via_item_id: null,
  purchased_via_order_id: null,
  software_sku: null
)
```

Version data entries

196 entries across 196 versions & 1 rubygems

Version Path
ultracart_api-4.0.167 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.166 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.165 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.164 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.163 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.162 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.161 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.160 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.159 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.158 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.157 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.156 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.155 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.154 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.153 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.152 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.151 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.150 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.149 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.148 docs/CustomerSoftwareEntitlement.md