# Pricing option

This object is returned directly or within a successful response from the following API requests:

<a href="/pages/6f3e806dd6477ee3bc960be59118a0e910c18500" class="button primary" data-icon="folder-check">Retrieve a price option group</a>

<a href="/pages/8f8b06511e27d1f35dfd502a57901775b7c75717" class="button primary" data-icon="folder-check">Retrieve assigned price option groups</a>

<a href="/pages/589f4710abe75b404f53417dfdd37aae8bb481d1" class="button primary" data-icon="folder-check">Retrieve price option groups</a>

## Pricing option group

<table><thead><tr><th width="342">Parameter</th><th>Type / Description</th></tr></thead><tbody><tr><td><code>Name</code></td><td><p><strong>String</strong><br>Price option group name.</p><p>Use this parameter when adding a new price options group.</p><p>To edit the name of a price option group use the <code>Name</code> parameter under the <code>Translations</code> object.</p></td></tr><tr><td><code>Description</code></td><td><strong>String</strong><br>Pricing option group description.</td></tr><tr><td><code>Translations</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Translations.Name</code></td><td><p><strong>String</strong><br>Localized product pricing options group name under <code>PriceOptionGroup</code>.</p><p>Localized pricing option child name under <code>Options</code>.</p></td></tr><tr><td><code>Translations.Description</code></td><td><p><strong>String</strong><br>Localized product pricing options group description under <code>PriceOptionGroup</code>.</p><p>Localized pricing option child description under <code>Options</code>.</p></td></tr><tr><td><code>Translations.Language</code></td><td><strong>String</strong><br>ISO language code. (ISO 639-1 two-letter code).</td></tr><tr><td><code>Code</code></td><td><strong>String</strong><br>Unique code that The 2Checkout system generates or set for each pricing options group.</td></tr><tr><td><code>Type</code></td><td><p><strong>String</strong></p><p>The type of the pricing options group. Possible values:</p><ul><li>RADIO</li><li>CHECKBOX</li><li>INTERVAL</li><li>COMBO</li></ul></td></tr><tr><td><code>Options</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Options.PriceOption</code></td><td><strong>Object</strong></td></tr><tr><td><code>Options.Code</code></td><td><strong>String</strong><br>The code you set or that the 2Checkout system generated for each pricing option child inside a pricing options group parent.</td></tr><tr><td><code>Options.ScaleMin</code></td><td><strong>Int</strong><br>The minimum value of a scale interval set for each pricing option child inside a pricing options group parent of the type INTERVAL.</td></tr><tr><td><code>Options.ScaleMax</code></td><td><strong>Int</strong><br>The maximum value of a scale interval set for each pricing option child inside a pricing options group parent of the type INTERVAL.</td></tr><tr><td><code>Options.SubscriptionImpact</code></td><td><strong>SubscriptionLifetimeImpact object</strong><br> Details below.</td></tr><tr><td><code>Options.SubscriptionImpact.Months</code></td><td><strong>String</strong><br>The value in months the 2Checkout system adds or subtracts from the initial billing cycle of a subscription.</td></tr><tr><td><code>Options.SubscriptionImpact.Impact</code></td><td><p><strong>String</strong></p><p>Possible values:</p><ul><li>ADD</li><li>SUBTRACT</li><li>LIFETIME</li></ul></td></tr><tr><td><code>Options.PriceImpact</code></td><td><strong>Object</strong><br>Details below.</td></tr><tr><td><code>Options.PriceImpact.ImpactOn</code></td><td><p><strong>String</strong></p><p>Possible values:</p><ul><li>BASE corresponding to impact on base price</li><li>GLOBAL for impact on calculated sum.</li></ul></td></tr><tr><td><code>Options.PriceImpact.Impact</code></td><td><p><strong>String</strong></p><p>Impact on price per unit:</p><ul><li>ADD</li><li>SUBTRACT</li></ul></td></tr><tr><td><code>Options.PriceImpact.Percent</code></td><td><strong>String</strong>         <br>The value of the percentage out of the price per product unit, when you use PERCENT for Method.          </td></tr><tr><td><code>Options.PriceImpact.Method</code></td><td><p><strong>String</strong>     </p><p>Possible values:</p><ul><li>PERCENT</li><li>FIXED </li></ul></td></tr><tr><td><code>Options.PriceImpact.Amounts</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Options.PriceImpact.Amounts.Currency</code></td><td><strong>String</strong><br>Currency ISO code - ISO 4217.</td></tr><tr><td><code>Options.PriceImpact.Amounts.Amount</code></td><td><strong>String</strong><br>The amount defined for each specific currency active for your account, when you use FIXED for Method.</td></tr><tr><td><code>Options.Default</code></td><td><p><strong>Boolean</strong><br>TRUE for preselected options.</p><p>Missing for options that are not preselected.</p></td></tr><tr><td><code>Options.Name</code></td><td><strong>String</strong><br>Pricing option child name.</td></tr><tr><td><code>Options.Description</code></td><td><strong>String</strong><br>Pricing option child description.</td></tr><tr><td><code>Options.Translations</code></td><td><strong>Array of objects</strong><br>Details below.</td></tr><tr><td><code>Usage</code></td><td><p><strong>String</strong></p><p>Defines the type of pricing for scale product options. Can be either <strong>regular</strong> (tiered pricing) or payperusage (metered billing).</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-responses/pricing-option.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
