action gsmtasks_billing_transactions_list { label: "billing_transactions_list" provider: gsmtasks method: GET path: "/billing/transactions/" encoding: json input: { type: "object" properties: { cursor: { type: "integer" } customer: { type: "string" } format: { type: "string" enum: ["json", "xlsx"] } invoice__account: { type: "string" } ordering: { type: "string" } page_size: { type: "integer" } state: { type: "string" enum: ["draft", "failed", "saved", "settled", "rejected", "voided", "refunded", "retried", "cancelled", "imported"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }