Sha256: 6fe9bf3811ce229a97556ed1eb9b7fa174300cd01a7ecb529718c01746f7702c
Contents?: true
Size: 788 Bytes
Versions: 2
Compression:
Stored size: 788 Bytes
Contents
# HelloextendApiClient::PlanDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | The name of the warranty plan. Use this in the product title for the warranty plan SKU(s) in your store | [optional] **image_url** | **String** | The imageUrl for the warranty plan. Use this as the product image for the warranty plan SKU(s) in your store | [optional] **term_length** | **Float** | The length of the extended warranty coverage, in months | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::PlanDetails.new(title: An amazing Appliance Plan, image_url: null, term_length: 36) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/PlanDetails.md |
helloextend_api_client-1.0.2 | docs/PlanDetails.md |