The Class QuarantineBillingRunDto.
name | data type | description |
---|---|---|
quarantineBillingRunId | number | The quarantineBillingRunId. |
descriptionsTranslated | array of LanguageDescriptionDto | The description I18N. |
Example
{ "quarantineBillingRunId" : 12345, "descriptionsTranslated" : [ { "languageCode" : "...", "description" : "..." }, { "languageCode" : "...", "description" : "..." } ] }