action taxamo_get_detailed_refunds { label: "Detailed refunds" provider: taxamo method: GET path: "/api/v1/settlement/detailed_refunds" encoding: json input: { type: "object" properties: { country_codes: { type: "string" } date_from: { type: "string" } date_to: { type: "string" } format: { type: "string" } limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }