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.237 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.236 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.235 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.234 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.233 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.232 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.231 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.230 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.229 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.228 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.227 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.226 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.225 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.224 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.214 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.213 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.212 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.211 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.210 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.209 docs/CustomerSoftwareEntitlement.md