action taxamo_get_settlement { label: "Fetch settlement" provider: taxamo method: GET path: "/api/v1/settlement/{quarter}" encoding: json input: { type: "object" properties: { currency_code: { type: "string" } end_month: { type: "string" } format: { type: "string" } moss_country_code: { type: "string" } moss_tax_id: { type: "string" } quarter: { type: "string" } refund_date_kind_override: { type: "string" } start_month: { type: "string" } tax_country_code: { type: "string" } tax_id: { type: "string" } } required: ["quarter"] additionalProperties: false } output: { type: "object" additionalProperties: true } }