INPUT_OBJECT

SalesVatInput

link GraphQL Schema definition

  • input SalesVatInput {
  • # VAT value
  • value: Float
  • # Should be true when your vat-value is not provided and you want reset previous
  • # value. Otherwise enter false
  • notApplicable: Boolean!
  • }