Name / Description | Type / Format | Example | |
---|---|---|---|
enabled
|
boolean
|
true
|
|
amount
|
number
double
|
0.0
|
|
startDate
|
string
date
|
"2024-11-21"
|
|
endDate
|
string
date
|
"2024-11-21"
|
|
billPastEndDate
If set to true then this user should still be billed even after the End Date
|
boolean
|
true
|
{
"enabled": true,
"amount": 0.0,
"startDate": "2024-11-21",
"endDate": "2024-11-21",
"billPastEndDate": true
}