Name / Description | Type / Format | Example | |
---|---|---|---|
discount
|
number
double
|
0.0
|
|
monthlyMinimum
|
number
double
|
0.0
|
|
aggregatedPricing
|
boolean
|
true
|
|
billTo
If all activity for a Tenant is being biulled to a specifc user, set the email address here
|
string
|
"string"
|
{
"discount": 0.0,
"monthlyMinimum": 0.0,
"aggregatedPricing": true,
"billTo": "string"
}