Sha256: 69b1082d8a1343afa1affb20cd5f882748c1e958e34ab9e0ea200787355b893e
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# BillingApi::PricingPlan ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **sku** | **String** | The SKU identifying this pricing plan. | | | **sku_description** | **String** | Description of this pricing plan. | [optional] | | **location** | **String** | The code identifying the location. | | | **pricing_model** | **String** | The pricing model. | | | **price** | **Float** | The price per unit. | | | **price_unit** | [**PriceUnitEnum**](PriceUnitEnum.md) | | | | **applicable_discounts** | [**ApplicableDiscounts**](ApplicableDiscounts.md) | | [optional] | | **correlated_product_code** | **String** | Product code of the product this product is correlated with | [optional] | | **package_quantity** | **Float** | Package size per month. | [optional] | | **package_unit** | [**PackageUnitEnum**](PackageUnitEnum.md) | | [optional] | ## Example ```ruby require 'pnap_billing_api' instance = BillingApi::PricingPlan.new( sku: XXX-XXX-XXX, sku_description: Hourly Rate for s1.c1.small in Phoenix, location: PHX, pricing_model: HOURLY, price: 0.22, price_unit: null, applicable_discounts: null, correlated_product_code: s1.c1.small, package_quantity: 50, package_unit: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pnap_billing_api-2.0.0 | docs/PricingPlan.md |