MonthlyMinimum

Name / Description Type / Format Example
enabled boolean true
amount number double 0.0
startDate string date "2024-04-27"
endDate string date "2024-04-27"
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-04-27",
  "endDate": "2024-04-27",
  "billPastEndDate": true
}
Contained in Models
User
Consumed by Operations
Set Monthly Minimum
Returned by Operations

- none -