Sha256: 029d402af0f29923c2fc1a8ed9690750abb4b32bf81039672046564103b7f5e5

Contents?: true

Size: 1.77 KB

Versions: 2

Compression:

Stored size: 1.77 KB

Contents

# HelloextendApiClient::ContractProduct

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**reference_id** | **String** | The store-specific unique reference identifier for the product that the warranty plan is connected to. In other words, if the customer is buying a TV and a warranty plan for the TV, this would be the ID for the TV. Example ID types: a product SKU, variant ID, GTIN, or any other unique identifier you use in your store. Please see the documentation for <a href='/#tag/Store'>'Create a product'</a> for more information. | 
**purchase_price** | **Integer** | The price paid for the product, in the base unit (i.e. cents) with no currency code. If this amount was lower than the retail price, Extend will assume the price was discounted. | 
**manufacturer_warranty_length** | **Integer** | The duration of the product's manufacturer warranty as a numer of months. | [optional] [readonly] 
**manufacturer_warranty_length_parts** | **Integer** | The manufacturer warranty length parts. | [optional] [readonly] 
**manufacturer_warranty_length_labor** | **Integer** | The manufacturer warranty length labor. | [optional] [readonly] 
**serial_number** | **String** | The serial number of the product. | [optional] 

## Code Sample

```ruby
require 'HelloextendApiClient'

instance = HelloextendApiClient::ContractProduct.new(reference_id: SKU-123-456,
                                 purchase_price: 14999,
                                 manufacturer_warranty_length: 12,
                                 manufacturer_warranty_length_parts: 123456,
                                 manufacturer_warranty_length_labor: 123456,
                                 serial_number: ABCD123456)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
helloextend_api_client-1.0.3 docs/ContractProduct.md
helloextend_api_client-1.0.2 docs/ContractProduct.md