| name | data type | description |
|---|---|---|
| billingCycle | array of BillingCycleDto |
Example
{
"billingCycle" : [ {
"code" : "...",
"description" : "...",
"billingTemplateName" : "...",
"invoiceDateDelay" : 12345,
"dueDateDelay" : 12345,
"dueDateDelayEL" : "...",
"invoiceDateProductionDelay" : 12345,
"transactionDateDelay" : 12345,
"calendar" : "...",
"invoicingThreshold" : 12345.0,
"invoiceTypeCode" : "...",
"customFields" : {
"customField" : [ { }, { } ]
},
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"billingTemplateName" : "...",
"invoiceDateDelay" : 12345,
"dueDateDelay" : 12345,
"dueDateDelayEL" : "...",
"invoiceDateProductionDelay" : 12345,
"transactionDateDelay" : 12345,
"calendar" : "...",
"invoicingThreshold" : 12345.0,
"invoiceTypeCode" : "...",
"customFields" : {
"customField" : [ { }, { } ]
},
"updatedCode" : "..."
} ]
}