QuarantineBillingRunDto Data Type

The Class QuarantineBillingRunDto.

Implemented Interfaces
Serializable
Properties
name data type description
quarantineBillingRunId number The quarantineBillingRunId.
descriptionsTranslated array of LanguageDescriptionDto The description I18N.

Example

{
  "quarantineBillingRunId" : 12345,
  "descriptionsTranslated" : [ {
    "languageCode" : "...",
    "description" : "..."
  }, {
    "languageCode" : "...",
    "description" : "..."
  } ]
}