Sha256: c522a598b0cd0a0d08a00fa22e656524aa8f57d89633fb4073e3afa0cc380eb0
Contents?: true
Size: 944 Bytes
Versions: 2
Compression:
Stored size: 944 Bytes
Contents
# HelloextendApiClient::PlanPrices ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **min** | **Integer** | The minimum price allowed for the warranty plan offered, in the base unit (i.e. cents) with no currency code | [optional] **max** | **Integer** | The maximum price for the warranty plan offered, in the base unit (i.e. cents) with no currency code | [optional] **points** | **Array<Integer>** | A list of all possible rounded price points at which the warranty plan could be offered. If your system does not allow dynamic pricing on the product page and in the cart, then create a seperate warranty plan SKU for each price point | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::PlanPrices.new(min: 99, max: 1099, points: [99,399,799,1099]) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/PlanPrices.md |
helloextend_api_client-1.0.2 | docs/PlanPrices.md |