PriceInput

(INPUT_OBJECT)

link GraphQL Schema definition

  • input PriceInput {
  • # amount
  • value: Float!
  • # currency ISO code
  • currency_code: CurrencyCode!
  • # includes tax or not - for VAT non-payer this field may carry both values and not
  • # to be relied upon
  • is_net_price: Boolean
  • }