Sha256: 3d659f2feff48c3525b62ff2723c3c3471d8722cae3d98d208f571bf0d4a6885
Contents?: true
Size: 668 Bytes
Versions: 2
Compression:
Stored size: 668 Bytes
Contents
# HelloextendApiClient::ProductMfrWarranty ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **parts** | **Float** | Length of the manufacturers warranty for parts in months. | [optional] **labor** | **Float** | Length of the manufacturers warranty for labor in months. | [optional] **url** | **String** | Link to the manufacturers warranty for this product. | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::ProductMfrWarranty.new(parts: 12, labor: 12, url: http://example.com) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/ProductMfrWarranty.md |
helloextend_api_client-1.0.2 | docs/ProductMfrWarranty.md |