Sha256: c1026093d478d23897802195e60d858a53f1f196d089345d239865a70d5b3cdf
Contents?: true
Size: 900 Bytes
Versions: 2
Compression:
Stored size: 900 Bytes
Contents
# HelloextendApiClient::OfferPlan ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique identifier for a warranty Plan | [optional] **price** | **Float** | The offer price, in base units | [optional] **contract** | [**OfferPlanContract**](OfferPlanContract.md) | | [optional] **url** | **String** | A link to the extended warranty plan terms and information. Any offer display must include a “Learn More” or “See Plan Details” call-to-action that enables the customer to see exactly what the warranty plan covers | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::OfferPlan.new(id: AmazingAppliancePlan, price: 199, contract: null, url: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/OfferPlan.md |
helloextend_api_client-1.0.2 | docs/OfferPlan.md |