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).
Table 4.20 – Fields of Credit Card Model
№
Key
Type
Exists
Description
1
uuid
string
required
Identificator of current rule
2
name
string
required
Rule name
3
description
string
required
Short info about the rule
Listing 4.14 – Example of Credit Card Model (JSON)
{
"uuid": "1711929600",
"name": "Rule for refills",
"description": "Send notification to email when usage reaches 100MB"
}
Last updated