Sha256: 5d9ae25ba890e21c87ca341f8e1ed6160137b40b8ad8a2a15294837d2e24865d
Contents?: true
Size: 709 Bytes
Versions: 2
Compression:
Stored size: 709 Bytes
Contents
# HelloextendApiClient::ContractPlan ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **purchase_price** | **Float** | Price paid for the plan at time of sale. Please ensure this is the same price that was listed on the offer or this request might be rejected. | **plan_id** | **String** | The plan id being purchased. This is provided in the sdk as well as being visible per product once the product has been approved as warrantable. | ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::ContractPlan.new(purchase_price: 499, plan_id: 10001-misc-elec-adh-replace-1y) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/ContractPlan.md |
helloextend_api_client-1.0.2 | docs/ContractPlan.md |