data_list_payments_modes
Retrieve available payment methods from the cash register system in JSON, CSV, or HTML format for transaction processing and reporting.
Instructions
Liste des Lister les modes de paiement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"csv",
"html"
],
"type": "string"
}
},
"type": "object"
}