Sha256: 296acc39879341597d9297833177a17d6be5510f048b27fcceb15c471ba6326e
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
# HelloextendApiClient::Plan ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique identifier for a warranty Plan | [optional] **details** | [**PlanDetails**](PlanDetails.md) | | [optional] **prices** | [**PlanPrices**](PlanPrices.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::Plan.new(id: AmazingAppliancePlan, details: null, prices: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/Plan.md |
helloextend_api_client-1.0.2 | docs/Plan.md |