> For the complete documentation index, see [llms.txt](https://faq.droam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.droam.com/menu/webhooks/webhook-payload-models/credit-card-model.md).

# Credit Card Model

The Credit Card Model – is a model for show platform credit card parameters. Model fields are presented in the table (Table 4.20), with an example below (Listing 4.14).&#x20;

**Table 4.20 – Fields of Credit Card Model**&#x20;

<table><thead><tr><th width="65">№</th><th width="153">Key </th><th width="88">Type </th><th width="103">Exists </th><th>Description </th></tr></thead><tbody><tr><td>1</td><td>uuid </td><td>string </td><td>required </td><td>Identificator of current rule</td></tr><tr><td>2</td><td>name </td><td>string </td><td>required </td><td>Rule name</td></tr><tr><td>3</td><td>description </td><td>string </td><td>required </td><td>Short info about the rule</td></tr></tbody></table>

**Listing 4.14 – Example of Credit Card Model (JSON)**

```
{
    "uuid":         "1711929600",
    "name":         "Rule for refills",
    "description":  "Send notification to email when usage reaches 100MB"
}
```
