GraphQL INPUT_OBJECT
PriceAbsoluteValueInput
Input for absolute price value of a given product.
link Definition
- input PriceAbsoluteValueInput {
- #   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!
- }