Sha256: 1f3e3ce51601c1da80942e3ae0752df89d5ff1cafb30959601bb8a7e2e39041d

Contents?: true

Size: 587 Bytes

Versions: 2

Compression:

Stored size: 587 Bytes

Contents

# BillingApi::Product

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **product_code** | **String** | The code identifying the product. This code has significant across all locations. |  |
| **product_category** | **String** | The product category. |  |
| **plans** | [**Array<PricingPlan>**](PricingPlan.md) | The pricing plans available for this product. | [optional] |

## Example

```ruby
require 'pnap_billing_api'

instance = BillingApi::Product.new(
  product_code: s1.c1.small,
  product_category: SERVER,
  plans: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_billing_api-2.0.0 docs/Product.md
pnap_billing_api-1.0.0 docs/Product.md