PricingStrategy
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
// Union field pricing_strategy can be only one of the following:
"separable": {
object (SeparableNDFunction )
}
// End of list of possible types for union field pricing_strategy .
} |
Fields |
Union field pricing_strategy . A pricing strategy. pricing_strategy can be only one of the following: |
separable |
object (SeparableNDFunction )
The pricing strategy is a separable function of several variables.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["The pricing strategy is represented using a JSON object with a union field called `pricing_strategy`."],["This `pricing_strategy` field can either be a separable function, indicated by the `separable` key and defined by a `SeparableNDFunction` object."]]],["The core content describes a `pricing_strategy` that is a union field, meaning it can only be one type. The only defined type is `separable`, which represents a pricing strategy as a separable function of multiple variables. The `SeparableNDFunction` object defines this separable function.\n"]]