GraphQL INPUT_OBJECT
CreatePriceAbsoluteValueInput
Input for created absolute price value of a given product.
link Definition
- input CreatePriceAbsoluteValueInput {
- # Currency code.
- CurrencyEnum! :
- # Quantity of products that must be purchased so that the price applies.
- Int! :
- # Subscription interval to which the price applies.
- Int :
- # Price value.
- Decimal! :
- }