BillingCycles element

Type: billingCyclesDto
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <BillingCycles> <billingCycle code="..." description="..."> <billingTemplateName>...</billingTemplateName> <invoiceDateDelay>...</invoiceDateDelay> <dueDateDelay>...</dueDateDelay> <invoiceDateProductionDelay>...</invoiceDateProductionDelay> <transactionDateDelay>...</transactionDateDelay> <calendar>...</calendar> </billingCycle> <billingCycle code="..." description="..."> <!--...--> </billingCycle> <!--...more "billingCycle" elements...--> </BillingCycles>