action izettle_get_tax_settings { label: "Get the organization tax settings " provider: izettle method: GET path: "/v1/taxes/settings" encoding: json output: { type: "object" properties: { organizationUuid: { type: "string" format: "uuid" } taxationMode: { type: "string" enum: ["EXCLUSIVE", "INCLUSIVE"] } taxationType: { type: "string" enum: ["NONE", "SALES_TAX", "VAT"] } } } }