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.147 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.146 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.145 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.144 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.143 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.142 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.141 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.140 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.139 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.138 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.137 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.136 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.135 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.134 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.133 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.132 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.131 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.130 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.129 docs/CustomerSoftwareEntitlement.md
ultracart_api-4.0.128 docs/CustomerSoftwareEntitlement.md