BillingRun Data Type

Implemented Interfaces
Serializable
Properties
name data type description
xmlInvoiceGenerated boolean
startDate number
processDate number
country Country
currency Currency
billingRunLists array of BillingRunList
prAmountTax number
billableBillingAcountNumber number
selectedBillingAccounts string
status BillingRunStatusEnum
billableBillingAccounts array of BillingAccount
statusDate number
rejectedBillingAccounts array of RejectedBillingAccount
lastTransactionDate number
endDate number
billingCycle BillingCycle
ratedTransactions array of RatedTransaction
billingAccountNumber number
preInvoicingReports PreInvoicingReportsDTO
postInvoicingReports PostInvoicingReportsDTO
producibleAmountWithTax number
processType BillingProcessTypesEnum
invoiceDate number
producibleAmountWithoutTax number
invoiceNumber number
prAmountWithoutTax number
invoices array of Invoice
language Language
prAmountWithTax number
producibleAmountTax number
rejectionReason string
producibleInvoiceNumber number
Properties inherited from EnableEntity
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "xmlInvoiceGenerated" : true,
  "startDate" : 12345,
  "processDate" : 12345,
  "country" : {
    "descriptionFr" : "...",
    "description_ENG" : "...",
    "description_FRA" : "...",
    "currency" : {
      "systemCurrency" : true,
      "transient" : true,
      "descriptionEn" : "...",
      "currencyCode" : "...",
      "auditable" : { },
      "id" : 12345,
      "version" : 12345
    },
    "language" : {
      "descriptionEn" : "...",
      "languageCode" : "...",
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "descriptionEn" : "...",
    "countryCode" : "...",
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  },
  "currency" : {
    "systemCurrency" : true,
    "transient" : true,
    "descriptionEn" : "...",
    "currencyCode" : "...",
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "id" : 12345,
    "version" : 12345
  },
  "billingRunLists" : [ {
    "ratedAmountWithTax" : 12345.0,
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "CHECK",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "THREE_X",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "TERMINATED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoice" : true,
    "ratedAmount2WithoutTax" : 12345.0,
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "POSTVALIDATED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "AUTOMATIC",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "ratedAmountWithoutTax" : 12345.0,
    "ratedAmountTax" : 12345.0,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "ratedAmountWithTax" : 12345.0,
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "WIRETRANSFER",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "CASH",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "TERMINATED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoice" : true,
    "ratedAmount2WithoutTax" : 12345.0,
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "POSTVALIDATED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "MANUAL",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "ratedAmountWithoutTax" : 12345.0,
    "ratedAmountTax" : 12345.0,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "prAmountTax" : 12345.0,
  "billableBillingAcountNumber" : 12345,
  "selectedBillingAccounts" : "...",
  "status" : "VALIDATED",
  "billableBillingAccounts" : [ {
    "invoiceAgregates" : [ {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "paymentMethod" : "CARD",
    "nextInvoiceDate" : 12345,
    "terminationReason" : {
      "applyTerminationCharges" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "applyAgreement" : true,
      "description" : "...",
      "applyReimbursment" : true,
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "counters" : {
      "property1" : {
        "counterPeriods" : [ { }, { } ],
        "userAccount" : { },
        "billingAccount" : { },
        "counterTemplate" : { },
        "descriptionOrCode" : "...",
        "code" : "...",
        "parentEntityType" : { },
        "parentEntity" : { },
        "description" : "...",
        "appendGeneratedCode" : true,
        "disabled" : true,
        "active" : true,
        "auditable" : { },
        "transient" : true,
        "id" : 12345,
        "version" : 12345
      },
      "property2" : {
        "counterPeriods" : [ { }, { } ],
        "userAccount" : { },
        "billingAccount" : { },
        "counterTemplate" : { },
        "descriptionOrCode" : "...",
        "code" : "...",
        "parentEntityType" : { },
        "parentEntity" : { },
        "description" : "...",
        "appendGeneratedCode" : true,
        "disabled" : true,
        "active" : true,
        "auditable" : { },
        "transient" : true,
        "id" : 12345,
        "version" : 12345
      }
    },
    "tradingCountry" : {
      "countryCode" : "...",
      "prDescription" : "...",
      "country" : { },
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "brAmountWithTax" : 12345.0,
    "discountPlan" : {
      "discountPlanItems" : [ { }, { } ],
      "minDuration" : 12345,
      "maxDuration" : 12345,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "ratedTransactions" : [ {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "REJECTED",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "OPEN",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "statusDate" : 12345,
    "discountRate" : 12345.0,
    "bankCoordinates" : {
      "iban" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "accountOwner" : "...",
      "issuerName" : "...",
      "bankCode" : "...",
      "bankId" : "...",
      "bankName" : "...",
      "branchCode" : "...",
      "issuerNumber" : "...",
      "bic" : "...",
      "ics" : "..."
    },
    "terminationDate" : 12345,
    "paymentTerm" : "CASH",
    "invoicingThreshold" : 12345.0,
    "usersAccounts" : [ {
      "invoiceAgregates" : [ { }, { } ],
      "status" : "CLOSED",
      "subscriptions" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "terminationReason" : { },
      "parentCFEntities" : [ { }, { } ],
      "statusDate" : 12345,
      "wallet" : { },
      "billingAccount" : { },
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "parentEntityType" : { },
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceAgregates" : [ { }, { } ],
      "status" : "ACTIVE",
      "subscriptions" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "terminationReason" : { },
      "parentCFEntities" : [ { }, { } ],
      "statusDate" : 12345,
      "wallet" : { },
      "billingAccount" : { },
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "parentEntityType" : { },
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "status" : "TERMINATED",
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "CANCELED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "AUTOMATIC",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoices" : [ {
      "invoiceType" : { },
      "uuid" : "...",
      "billingAccount" : { },
      "detailedInvoice" : true,
      "productDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "quote" : { },
      "discountAgregates" : [ { }, { } ],
      "orders" : [ { }, { } ],
      "alias" : "...",
      "netToPay" : 12345.0,
      "tradingCurrency" : { },
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "amountTax" : 12345.0,
      "comment" : "...",
      "invoiceNumberOrTemporaryNumber" : "...",
      "amountWithoutTax" : 12345.0,
      "adjustedInvoice" : { },
      "tradingCountry" : { },
      "temporaryInvoiceNumber" : "...",
      "paymentMethod" : "WIRETRANSFER",
      "parentCFEntities" : [ { }, { } ],
      "amount" : 12345.0,
      "pdfGenerated" : true,
      "invoiceDate" : 12345,
      "tradingLanguage" : { },
      "recordedInvoice" : { },
      "billingRun" : { },
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "dueDate" : 12345,
      "iban" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "amountWithTax" : 12345.0,
      "discount" : 12345.0,
      "linkedInvoices" : [ { }, { } ],
      "invoiceNumber" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceType" : { },
      "uuid" : "...",
      "billingAccount" : { },
      "detailedInvoice" : true,
      "productDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "quote" : { },
      "discountAgregates" : [ { }, { } ],
      "orders" : [ { }, { } ],
      "alias" : "...",
      "netToPay" : 12345.0,
      "tradingCurrency" : { },
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "amountTax" : 12345.0,
      "comment" : "...",
      "invoiceNumberOrTemporaryNumber" : "...",
      "amountWithoutTax" : 12345.0,
      "adjustedInvoice" : { },
      "tradingCountry" : { },
      "temporaryInvoiceNumber" : "...",
      "paymentMethod" : "DIRECTDEBIT",
      "parentCFEntities" : [ { }, { } ],
      "amount" : 12345.0,
      "pdfGenerated" : true,
      "invoiceDate" : 12345,
      "tradingLanguage" : { },
      "recordedInvoice" : { },
      "billingRun" : { },
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "dueDate" : 12345,
      "iban" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "amountWithTax" : 12345.0,
      "discount" : 12345.0,
      "linkedInvoices" : [ { }, { } ],
      "invoiceNumber" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "electronicBilling" : true,
    "billingCycle" : {
      "billingTemplateName" : "...",
      "calendar" : { },
      "invoiceDateProductionDelay" : 12345,
      "dueDateDelayEL" : "...",
      "invoicingThreshold" : 12345.0,
      "invoiceDateDelay" : 12345,
      "dueDateDelay" : 12345,
      "invoiceType" : { },
      "transactionDateDelay" : 12345,
      "billingAccounts" : [ { }, { } ],
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "parentCFEntities" : [ { }, { } ],
    "tradingLanguage" : {
      "prDescription" : "...",
      "language" : { },
      "languageCode" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "customerAccount" : {
      "parentEntity" : { },
      "tradingLanguage" : { },
      "creditCategory" : { },
      "dunningLevel" : "R0",
      "dueDateDelayEL" : "...",
      "tradingCurrency" : { },
      "mandateDate" : 12345,
      "dateDunningLevel" : 12345,
      "billingAccounts" : [ { }, { } ],
      "dateStatus" : 12345,
      "contactInformation" : { },
      "status" : "ACTIVE",
      "parentCFEntities" : [ { }, { } ],
      "mandateIdentification" : "...",
      "parentEntityType" : { },
      "accountOperations" : [ { }, { } ],
      "password" : "...",
      "customer" : { },
      "paymentMethod" : "DIRECTDEBIT",
      "actionDunnings" : [ { }, { } ],
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "parentEntityType" : { },
    "brAmountWithoutTax" : 12345.0,
    "email" : "...",
    "subscriptionDate" : 12345,
    "billingRunLists" : [ {
      "ratedAmountWithTax" : 12345.0,
      "billingAccount" : { },
      "invoice" : true,
      "ratedAmount2WithoutTax" : 12345.0,
      "billingRun" : { },
      "ratedAmountWithoutTax" : 12345.0,
      "ratedAmountTax" : 12345.0,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "ratedAmountWithTax" : 12345.0,
      "billingAccount" : { },
      "invoice" : true,
      "ratedAmount2WithoutTax" : 12345.0,
      "billingRun" : { },
      "ratedAmountWithoutTax" : 12345.0,
      "ratedAmountTax" : 12345.0,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "invoicePrefix" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "primaryContact" : {
      "address" : { },
      "email" : "...",
      "phone" : "...",
      "fax" : "...",
      "mobile" : "...",
      "lastName" : "...",
      "genericMail" : "...",
      "firstName" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "providerContact" : "...",
    "name" : {
      "firstName" : "...",
      "lastName" : "...",
      "title" : { },
      "fullName" : "..."
    },
    "externalRef1" : "...",
    "externalRef2" : "...",
    "businessAccountModel" : {
      "hierarchyType" : "S",
      "license" : "GPL",
      "script" : { },
      "moduleItems" : [ { }, { } ],
      "logoPicture" : "...",
      "downloaded" : true,
      "moduleSource" : "...",
      "installed" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "address" : {
      "country" : "...",
      "zipCode" : "...",
      "state" : "...",
      "address2" : "...",
      "address1" : "...",
      "address3" : "...",
      "city" : "...",
      "countryBundle" : "..."
    },
    "defaultLevel" : true,
    "accountType" : "...",
    "uuid" : "...",
    "descriptionOrCode" : "...",
    "code" : "...",
    "description" : "...",
    "appendGeneratedCode" : true,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "invoiceAgregates" : [ {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "paymentMethod" : "CARD",
    "nextInvoiceDate" : 12345,
    "terminationReason" : {
      "applyTerminationCharges" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "applyAgreement" : true,
      "description" : "...",
      "applyReimbursment" : true,
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "counters" : {
      "property1" : {
        "counterPeriods" : [ { }, { } ],
        "userAccount" : { },
        "billingAccount" : { },
        "counterTemplate" : { },
        "descriptionOrCode" : "...",
        "code" : "...",
        "parentEntityType" : { },
        "parentEntity" : { },
        "description" : "...",
        "appendGeneratedCode" : true,
        "disabled" : true,
        "active" : true,
        "auditable" : { },
        "transient" : true,
        "id" : 12345,
        "version" : 12345
      },
      "property2" : {
        "counterPeriods" : [ { }, { } ],
        "userAccount" : { },
        "billingAccount" : { },
        "counterTemplate" : { },
        "descriptionOrCode" : "...",
        "code" : "...",
        "parentEntityType" : { },
        "parentEntity" : { },
        "description" : "...",
        "appendGeneratedCode" : true,
        "disabled" : true,
        "active" : true,
        "auditable" : { },
        "transient" : true,
        "id" : 12345,
        "version" : 12345
      }
    },
    "tradingCountry" : {
      "countryCode" : "...",
      "prDescription" : "...",
      "country" : { },
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "brAmountWithTax" : 12345.0,
    "discountPlan" : {
      "discountPlanItems" : [ { }, { } ],
      "minDuration" : 12345,
      "maxDuration" : 12345,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "ratedTransactions" : [ {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "BILLED",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "OPEN",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "statusDate" : 12345,
    "discountRate" : 12345.0,
    "bankCoordinates" : {
      "iban" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "accountOwner" : "...",
      "issuerName" : "...",
      "bankCode" : "...",
      "bankId" : "...",
      "bankName" : "...",
      "branchCode" : "...",
      "issuerNumber" : "...",
      "bic" : "...",
      "ics" : "..."
    },
    "terminationDate" : 12345,
    "paymentTerm" : "CASH",
    "invoicingThreshold" : 12345.0,
    "usersAccounts" : [ {
      "invoiceAgregates" : [ { }, { } ],
      "status" : "CANCELED",
      "subscriptions" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "terminationReason" : { },
      "parentCFEntities" : [ { }, { } ],
      "statusDate" : 12345,
      "wallet" : { },
      "billingAccount" : { },
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "parentEntityType" : { },
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceAgregates" : [ { }, { } ],
      "status" : "ACTIVE",
      "subscriptions" : [ { }, { } ],
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "terminationReason" : { },
      "parentCFEntities" : [ { }, { } ],
      "statusDate" : 12345,
      "wallet" : { },
      "billingAccount" : { },
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "parentEntityType" : { },
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "status" : "CLOSED",
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "VALIDATED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "AUTOMATIC",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoices" : [ {
      "invoiceType" : { },
      "uuid" : "...",
      "billingAccount" : { },
      "detailedInvoice" : true,
      "productDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "quote" : { },
      "discountAgregates" : [ { }, { } ],
      "orders" : [ { }, { } ],
      "alias" : "...",
      "netToPay" : 12345.0,
      "tradingCurrency" : { },
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "amountTax" : 12345.0,
      "comment" : "...",
      "invoiceNumberOrTemporaryNumber" : "...",
      "amountWithoutTax" : 12345.0,
      "adjustedInvoice" : { },
      "tradingCountry" : { },
      "temporaryInvoiceNumber" : "...",
      "paymentMethod" : "TIP",
      "parentCFEntities" : [ { }, { } ],
      "amount" : 12345.0,
      "pdfGenerated" : true,
      "invoiceDate" : 12345,
      "tradingLanguage" : { },
      "recordedInvoice" : { },
      "billingRun" : { },
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "dueDate" : 12345,
      "iban" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "amountWithTax" : 12345.0,
      "discount" : 12345.0,
      "linkedInvoices" : [ { }, { } ],
      "invoiceNumber" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceType" : { },
      "uuid" : "...",
      "billingAccount" : { },
      "detailedInvoice" : true,
      "productDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "quote" : { },
      "discountAgregates" : [ { }, { } ],
      "orders" : [ { }, { } ],
      "alias" : "...",
      "netToPay" : 12345.0,
      "tradingCurrency" : { },
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "amountTax" : 12345.0,
      "comment" : "...",
      "invoiceNumberOrTemporaryNumber" : "...",
      "amountWithoutTax" : 12345.0,
      "adjustedInvoice" : { },
      "tradingCountry" : { },
      "temporaryInvoiceNumber" : "...",
      "paymentMethod" : "CARD",
      "parentCFEntities" : [ { }, { } ],
      "amount" : 12345.0,
      "pdfGenerated" : true,
      "invoiceDate" : 12345,
      "tradingLanguage" : { },
      "recordedInvoice" : { },
      "billingRun" : { },
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "dueDate" : 12345,
      "iban" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "amountWithTax" : 12345.0,
      "discount" : 12345.0,
      "linkedInvoices" : [ { }, { } ],
      "invoiceNumber" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "electronicBilling" : true,
    "billingCycle" : {
      "billingTemplateName" : "...",
      "calendar" : { },
      "invoiceDateProductionDelay" : 12345,
      "dueDateDelayEL" : "...",
      "invoicingThreshold" : 12345.0,
      "invoiceDateDelay" : 12345,
      "dueDateDelay" : 12345,
      "invoiceType" : { },
      "transactionDateDelay" : 12345,
      "billingAccounts" : [ { }, { } ],
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "parentCFEntities" : [ { }, { } ],
    "tradingLanguage" : {
      "prDescription" : "...",
      "language" : { },
      "languageCode" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "customerAccount" : {
      "parentEntity" : { },
      "tradingLanguage" : { },
      "creditCategory" : { },
      "dunningLevel" : "R3",
      "dueDateDelayEL" : "...",
      "tradingCurrency" : { },
      "mandateDate" : 12345,
      "dateDunningLevel" : 12345,
      "billingAccounts" : [ { }, { } ],
      "dateStatus" : 12345,
      "contactInformation" : { },
      "status" : "ACTIVE",
      "parentCFEntities" : [ { }, { } ],
      "mandateIdentification" : "...",
      "parentEntityType" : { },
      "accountOperations" : [ { }, { } ],
      "password" : "...",
      "customer" : { },
      "paymentMethod" : "WIRETRANSFER",
      "actionDunnings" : [ { }, { } ],
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "parentEntityType" : { },
    "brAmountWithoutTax" : 12345.0,
    "email" : "...",
    "subscriptionDate" : 12345,
    "billingRunLists" : [ {
      "ratedAmountWithTax" : 12345.0,
      "billingAccount" : { },
      "invoice" : true,
      "ratedAmount2WithoutTax" : 12345.0,
      "billingRun" : { },
      "ratedAmountWithoutTax" : 12345.0,
      "ratedAmountTax" : 12345.0,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "ratedAmountWithTax" : 12345.0,
      "billingAccount" : { },
      "invoice" : true,
      "ratedAmount2WithoutTax" : 12345.0,
      "billingRun" : { },
      "ratedAmountWithoutTax" : 12345.0,
      "ratedAmountTax" : 12345.0,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "invoicePrefix" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "primaryContact" : {
      "address" : { },
      "email" : "...",
      "phone" : "...",
      "fax" : "...",
      "mobile" : "...",
      "lastName" : "...",
      "genericMail" : "...",
      "firstName" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "providerContact" : "...",
    "name" : {
      "firstName" : "...",
      "lastName" : "...",
      "title" : { },
      "fullName" : "..."
    },
    "externalRef1" : "...",
    "externalRef2" : "...",
    "businessAccountModel" : {
      "hierarchyType" : "S_C",
      "license" : "APACHE",
      "script" : { },
      "moduleItems" : [ { }, { } ],
      "logoPicture" : "...",
      "downloaded" : true,
      "moduleSource" : "...",
      "installed" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "address" : {
      "country" : "...",
      "zipCode" : "...",
      "state" : "...",
      "address2" : "...",
      "address1" : "...",
      "address3" : "...",
      "city" : "...",
      "countryBundle" : "..."
    },
    "defaultLevel" : true,
    "accountType" : "...",
    "uuid" : "...",
    "descriptionOrCode" : "...",
    "code" : "...",
    "description" : "...",
    "appendGeneratedCode" : true,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "statusDate" : 12345,
  "rejectedBillingAccounts" : [ {
    "rejectCause" : "...",
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "NEW",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "MANUAL",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "CARD",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "CASH",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "CLOSED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "rejectCause" : "...",
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "POSTINVOICED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "MANUAL",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "CARD",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "CASH",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "ACTIVE",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "lastTransactionDate" : 12345,
  "endDate" : 12345,
  "billingCycle" : {
    "billingTemplateName" : "...",
    "calendar" : {
      "calendarTypeWSubtypes" : "...",
      "initDate" : 12345,
      "calendarType" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceDateProductionDelay" : 12345,
    "dueDateDelayEL" : "...",
    "invoicingThreshold" : 12345.0,
    "invoiceDateDelay" : 12345,
    "dueDateDelay" : 12345,
    "invoiceType" : {
      "occTemplate" : { },
      "appliesTo" : [ { }, { } ],
      "sellerSequence" : [ { }, { } ],
      "sequence" : { },
      "occTemplateNegative" : { },
      "matchingAuto" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "transactionDateDelay" : 12345,
    "billingAccounts" : [ {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "CARD",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "CASH",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "TERMINATED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "DIRECTDEBIT",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "THREE_X",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "TERMINATED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "uuid" : "...",
    "parentCFEntities" : [ { }, { } ],
    "descriptionOrCode" : "...",
    "code" : "...",
    "parentEntityType" : { },
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "description" : "...",
    "appendGeneratedCode" : true,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  },
  "ratedTransactions" : [ {
    "invoiceSubCategory" : {
      "parentCFEntities" : [ { }, { } ],
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "accountingCode" : "...",
      "discount" : 12345.0,
      "invoiceCategory" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "amountWithTax" : 12345.0,
    "amountTax" : 12345.0,
    "ratingUnitDescription" : "...",
    "unitAmountWithTax" : 12345.0,
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "PREINVOICED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "AUTOMATIC",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "adjustedRatedTx" : { },
    "invoiceAgregateR" : {
      "subCategoryInvoiceAgregates" : [ { }, { } ],
      "invoiceCategory" : { },
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceAgregateF" : {
      "categoryInvoiceAgregate" : { },
      "oldAmountWithoutTax" : 12345.0,
      "oldAmountWithTax" : 12345.0,
      "wallet" : { },
      "discountPlanCode" : "...",
      "invoiceSubCategory" : { },
      "discountPercent" : 12345.0,
      "subCategoryTaxes" : [ { }, { } ],
      "ratedtransactions" : [ { }, { } ],
      "discountPlanItemCode" : "...",
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "wallet" : {
      "walletTemplate" : { },
      "nextMatchingDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "userAccount" : { },
      "operations" : [ { }, { } ],
      "creditExpiryDate" : 12345,
      "lowBalanceLevel" : 12345.0,
      "invoiceSubCategories" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "code" : "...",
    "offerTemplate" : {
      "businessOfferModel" : { },
      "productTemplates" : [ { }, { } ],
      "longDescription" : "...",
      "offerServiceTemplates" : [ { }, { } ],
      "offerProductTemplates" : [ { }, { } ],
      "transientCode" : "...",
      "serviceTemplatesByChargeType" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "prefix" : "...",
      "imagePath" : "...",
      "attachments" : [ { }, { } ],
      "validTo" : 12345,
      "nameOrCode" : "...",
      "businessAccountModels" : [ { }, { } ],
      "lifeCycleStatus" : "IN_DESIGN",
      "channels" : [ { }, { } ],
      "offerTemplateCategories" : [ { }, { } ],
      "name" : "...",
      "validFrom" : 12345,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoice" : {
      "invoiceType" : { },
      "uuid" : "...",
      "billingAccount" : { },
      "detailedInvoice" : true,
      "productDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "quote" : { },
      "discountAgregates" : [ { }, { } ],
      "orders" : [ { }, { } ],
      "alias" : "...",
      "netToPay" : 12345.0,
      "tradingCurrency" : { },
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "amountTax" : 12345.0,
      "comment" : "...",
      "invoiceNumberOrTemporaryNumber" : "...",
      "amountWithoutTax" : 12345.0,
      "adjustedInvoice" : { },
      "tradingCountry" : { },
      "temporaryInvoiceNumber" : "...",
      "paymentMethod" : "CHECK",
      "parentCFEntities" : [ { }, { } ],
      "amount" : 12345.0,
      "pdfGenerated" : true,
      "invoiceDate" : 12345,
      "tradingLanguage" : { },
      "recordedInvoice" : { },
      "billingRun" : { },
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "dueDate" : 12345,
      "iban" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "amountWithTax" : 12345.0,
      "discount" : 12345.0,
      "linkedInvoices" : [ { }, { } ],
      "invoiceNumber" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "doNotTriggerInvoicing" : true,
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "DIRECTDEBIT",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "CASH",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "CLOSED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "status" : "REJECTED",
    "walletOperation" : {
      "ratingUnitDescription" : "...",
      "billingAccount" : { },
      "unitAmountWithTax" : 12345.0,
      "parameter2" : "...",
      "inputQuantity" : 12345.0,
      "status" : "OPEN",
      "reratedWalletOperation" : { },
      "currency" : { },
      "counter" : { },
      "edr" : { },
      "amountTax" : 12345.0,
      "invoicingDate" : 12345,
      "wallet" : { },
      "chargeInstance" : { },
      "endDate" : 12345,
      "billingRun" : { },
      "taxPercent" : 12345.0,
      "amountWithTax" : 12345.0,
      "operationDate" : 12345,
      "offerTemplate" : { },
      "type" : "CREDIT",
      "parameter3" : "...",
      "priceplan" : { },
      "offerCode" : "...",
      "unratedClone" : { },
      "parameter1" : "...",
      "unitAmountTax" : 12345.0,
      "aggregatedServiceInstance" : { },
      "invoiceSubCategory" : { },
      "quantity" : 12345.0,
      "startDate" : 12345,
      "inputUnitDescription" : "...",
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "subscriptionDate" : 12345,
      "seller" : { },
      "unitAmountWithoutTax" : 12345.0,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "amountWithoutTax" : 12345.0,
    "edr" : {
      "parameter7" : "...",
      "headerEDR" : { },
      "dateParam2" : 12345,
      "parameter6" : "...",
      "parameter8" : "...",
      "originBatch" : "...",
      "decimalParam5" : 12345.0,
      "decimalParam2" : 12345.0,
      "accessCode" : "...",
      "parameter3" : "...",
      "status" : "RATED",
      "decimalParam4" : 12345.0,
      "quantity" : 12345.0,
      "parameter9" : "...",
      "dateParam1" : 12345,
      "dateParam3" : 12345,
      "subscription" : { },
      "rejectReason" : "...",
      "parameter1" : "...",
      "dateParam4" : 12345,
      "parameter5" : "...",
      "parameter4" : "...",
      "lastUpdate" : 12345,
      "decimalParam3" : 12345.0,
      "decimalParam1" : 12345.0,
      "created" : 12345,
      "parameter2" : "...",
      "dateParam5" : 12345,
      "eventDate" : 12345,
      "originRecord" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "walletOperationId" : 12345,
    "parameter3" : "...",
    "orderNumber" : "...",
    "quantity" : 12345.0,
    "unitAmountWithoutTax" : 12345.0,
    "invoiceAgregateT" : {
      "tax" : { },
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "description" : "...",
    "unityDescription" : "...",
    "usageDate" : 12345,
    "priceplan" : {
      "minQuantity" : 12345.0,
      "tradingCurrency" : { },
      "maxSubscriptionAgeInMonth" : 12345,
      "maxQuantity" : 12345.0,
      "scriptInstance" : { },
      "amountWithTaxEL" : "...",
      "criteriaEL" : "...",
      "endRatingDate" : 12345,
      "criteria1Value" : "...",
      "priority" : 12345,
      "startRatingDate" : 12345,
      "validityCalendar" : { },
      "criteria2Value" : "...",
      "sequence" : 12345,
      "startSubscriptionDate" : 12345,
      "tradingCountry" : { },
      "seller" : { },
      "endSubscriptionDate" : 12345,
      "amountWithTax" : 12345.0,
      "minSubscriptionAgeInMonth" : 12345,
      "offerTemplate" : { },
      "eventCode" : "...",
      "criteria3Value" : "...",
      "amountWithoutTax" : 12345.0,
      "amountWithoutTaxEL" : "...",
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "offerCode" : "...",
    "parameter2" : "...",
    "unitAmountTax" : 12345.0,
    "parameter1" : "...",
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "invoiceSubCategory" : {
      "parentCFEntities" : [ { }, { } ],
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "accountingCode" : "...",
      "discount" : 12345.0,
      "invoiceCategory" : { },
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "amountWithTax" : 12345.0,
    "amountTax" : 12345.0,
    "ratingUnitDescription" : "...",
    "unitAmountWithTax" : 12345.0,
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "POSTINVOICED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "AUTOMATIC",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "adjustedRatedTx" : { },
    "invoiceAgregateR" : {
      "subCategoryInvoiceAgregates" : [ { }, { } ],
      "invoiceCategory" : { },
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceAgregateF" : {
      "categoryInvoiceAgregate" : { },
      "oldAmountWithoutTax" : 12345.0,
      "oldAmountWithTax" : 12345.0,
      "wallet" : { },
      "discountPlanCode" : "...",
      "invoiceSubCategory" : { },
      "discountPercent" : 12345.0,
      "subCategoryTaxes" : [ { }, { } ],
      "ratedtransactions" : [ { }, { } ],
      "discountPlanItemCode" : "...",
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "wallet" : {
      "walletTemplate" : { },
      "nextMatchingDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "userAccount" : { },
      "operations" : [ { }, { } ],
      "creditExpiryDate" : 12345,
      "lowBalanceLevel" : 12345.0,
      "invoiceSubCategories" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "code" : "...",
    "offerTemplate" : {
      "businessOfferModel" : { },
      "productTemplates" : [ { }, { } ],
      "longDescription" : "...",
      "offerServiceTemplates" : [ { }, { } ],
      "offerProductTemplates" : [ { }, { } ],
      "transientCode" : "...",
      "serviceTemplatesByChargeType" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "prefix" : "...",
      "imagePath" : "...",
      "attachments" : [ { }, { } ],
      "validTo" : 12345,
      "nameOrCode" : "...",
      "businessAccountModels" : [ { }, { } ],
      "lifeCycleStatus" : "OBSOLETE",
      "channels" : [ { }, { } ],
      "offerTemplateCategories" : [ { }, { } ],
      "name" : "...",
      "validFrom" : 12345,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoice" : {
      "invoiceType" : { },
      "uuid" : "...",
      "billingAccount" : { },
      "detailedInvoice" : true,
      "productDate" : 12345,
      "ratedTransactions" : [ { }, { } ],
      "quote" : { },
      "discountAgregates" : [ { }, { } ],
      "orders" : [ { }, { } ],
      "alias" : "...",
      "netToPay" : 12345.0,
      "tradingCurrency" : { },
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "amountTax" : 12345.0,
      "comment" : "...",
      "invoiceNumberOrTemporaryNumber" : "...",
      "amountWithoutTax" : 12345.0,
      "adjustedInvoice" : { },
      "tradingCountry" : { },
      "temporaryInvoiceNumber" : "...",
      "paymentMethod" : "CARD",
      "parentCFEntities" : [ { }, { } ],
      "amount" : 12345.0,
      "pdfGenerated" : true,
      "invoiceDate" : 12345,
      "tradingLanguage" : { },
      "recordedInvoice" : { },
      "billingRun" : { },
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "dueDate" : 12345,
      "iban" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "amountWithTax" : 12345.0,
      "discount" : 12345.0,
      "linkedInvoices" : [ { }, { } ],
      "invoiceNumber" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "doNotTriggerInvoicing" : true,
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "CHECK",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "THREE_X",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "CANCELED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "status" : "RERATED",
    "walletOperation" : {
      "ratingUnitDescription" : "...",
      "billingAccount" : { },
      "unitAmountWithTax" : 12345.0,
      "parameter2" : "...",
      "inputQuantity" : 12345.0,
      "status" : "TREATED",
      "reratedWalletOperation" : { },
      "currency" : { },
      "counter" : { },
      "edr" : { },
      "amountTax" : 12345.0,
      "invoicingDate" : 12345,
      "wallet" : { },
      "chargeInstance" : { },
      "endDate" : 12345,
      "billingRun" : { },
      "taxPercent" : 12345.0,
      "amountWithTax" : 12345.0,
      "operationDate" : 12345,
      "offerTemplate" : { },
      "type" : "DEBIT",
      "parameter3" : "...",
      "priceplan" : { },
      "offerCode" : "...",
      "unratedClone" : { },
      "parameter1" : "...",
      "unitAmountTax" : 12345.0,
      "aggregatedServiceInstance" : { },
      "invoiceSubCategory" : { },
      "quantity" : 12345.0,
      "startDate" : 12345,
      "inputUnitDescription" : "...",
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "subscriptionDate" : 12345,
      "seller" : { },
      "unitAmountWithoutTax" : 12345.0,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "amountWithoutTax" : 12345.0,
    "edr" : {
      "parameter7" : "...",
      "headerEDR" : { },
      "dateParam2" : 12345,
      "parameter6" : "...",
      "parameter8" : "...",
      "originBatch" : "...",
      "decimalParam5" : 12345.0,
      "decimalParam2" : 12345.0,
      "accessCode" : "...",
      "parameter3" : "...",
      "status" : "MEDIATING",
      "decimalParam4" : 12345.0,
      "quantity" : 12345.0,
      "parameter9" : "...",
      "dateParam1" : 12345,
      "dateParam3" : 12345,
      "subscription" : { },
      "rejectReason" : "...",
      "parameter1" : "...",
      "dateParam4" : 12345,
      "parameter5" : "...",
      "parameter4" : "...",
      "lastUpdate" : 12345,
      "decimalParam3" : 12345.0,
      "decimalParam1" : 12345.0,
      "created" : 12345,
      "parameter2" : "...",
      "dateParam5" : 12345,
      "eventDate" : 12345,
      "originRecord" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "walletOperationId" : 12345,
    "parameter3" : "...",
    "orderNumber" : "...",
    "quantity" : 12345.0,
    "unitAmountWithoutTax" : 12345.0,
    "invoiceAgregateT" : {
      "tax" : { },
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "description" : "...",
    "unityDescription" : "...",
    "usageDate" : 12345,
    "priceplan" : {
      "minQuantity" : 12345.0,
      "tradingCurrency" : { },
      "maxSubscriptionAgeInMonth" : 12345,
      "maxQuantity" : 12345.0,
      "scriptInstance" : { },
      "amountWithTaxEL" : "...",
      "criteriaEL" : "...",
      "endRatingDate" : 12345,
      "criteria1Value" : "...",
      "priority" : 12345,
      "startRatingDate" : 12345,
      "validityCalendar" : { },
      "criteria2Value" : "...",
      "sequence" : 12345,
      "startSubscriptionDate" : 12345,
      "tradingCountry" : { },
      "seller" : { },
      "endSubscriptionDate" : 12345,
      "amountWithTax" : 12345.0,
      "minSubscriptionAgeInMonth" : 12345,
      "offerTemplate" : { },
      "eventCode" : "...",
      "criteria3Value" : "...",
      "amountWithoutTax" : 12345.0,
      "amountWithoutTaxEL" : "...",
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "offerCode" : "...",
    "parameter2" : "...",
    "unitAmountTax" : 12345.0,
    "parameter1" : "...",
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "billingAccountNumber" : 12345,
  "preInvoicingReports" : {
    "lastTransactionDate" : 12345,
    "checkBANumber" : 12345,
    "creditDebitCardBANumber" : 12345,
    "amoutWitountTax" : 12345.0,
    "checkBillableBANumber" : 12345,
    "taxesAmount" : 12345.0,
    "billingAccountNumber" : 12345,
    "tipBANumber" : 12345,
    "tipBillableBANumber" : 12345,
    "directDebitBillableBANumber" : 12345,
    "billableBillingAccountNumber" : 12345,
    "directDebitBillableBAAmountHT" : 12345.0,
    "creditDebitCardBillableBANumber" : 12345,
    "tipBillableBAAmountHT" : 12345.0,
    "creditDebitCardBillableBAAmountHT" : 12345.0,
    "invoiceDate" : 12345,
    "directDebitBANumber" : 12345,
    "billingCycleCode" : "...",
    "subCategoriesAmountHT" : 12345.0,
    "wiretransferBANumber" : 12345,
    "checkBillableBAAmountHT" : 12345.0,
    "wiretransferBillableBAAmountHT" : 12345.0,
    "wiretransferBillableBANumber" : 12345
  },
  "postInvoicingReports" : {
    "directDebitAmuont" : 12345.0,
    "tipAmuontHT" : 12345.0,
    "invoicesNumber" : 12345,
    "checkAmuontHT" : 12345.0,
    "globalAmount" : 12345.0,
    "negativeInvoicesAmount" : 12345.0,
    "checkInvoicesNumber" : 12345,
    "creditDebitCardInvoicesNumber" : 12345,
    "creditDebitCardAmountHT" : 12345.0,
    "positiveInvoicesNumber" : 12345,
    "creditDebitCardAmount" : 12345.0,
    "electronicInvoicesNumber" : 12345,
    "checkAmuont" : 12345.0,
    "tipAmuont" : 12345.0,
    "positiveInvoicesAmount" : 12345.0,
    "negativeInvoicesAmountHT" : 12345.0,
    "positiveInvoicesAmountHT" : 12345.0,
    "tipInvoicesNumber" : 12345,
    "emptyInvoicesNumber" : 12345,
    "negativeInvoicesNumber" : 12345,
    "negativeInvoicesTaxAmount" : 12345.0,
    "positiveInvoicesTaxAmount" : 12345.0,
    "wiretransferAmuontHT" : 12345.0,
    "wiretransferAmuont" : 12345.0,
    "directDebitAmuontHT" : 12345.0,
    "wiretransferInvoicesNumber" : 12345,
    "directDebitInvoicesNumber" : 12345
  },
  "producibleAmountWithTax" : 12345.0,
  "processType" : "AUTOMATIC",
  "invoiceDate" : 12345,
  "producibleAmountWithoutTax" : 12345.0,
  "invoiceNumber" : 12345,
  "prAmountWithoutTax" : 12345.0,
  "invoices" : [ {
    "invoiceType" : {
      "occTemplate" : { },
      "appliesTo" : [ { }, { } ],
      "sellerSequence" : [ { }, { } ],
      "sequence" : { },
      "occTemplateNegative" : { },
      "matchingAuto" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "uuid" : "...",
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "CHECK",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "CASH",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "CANCELED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "detailedInvoice" : true,
    "productDate" : 12345,
    "ratedTransactions" : [ {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "BILLED",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "BILLED",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "quote" : {
      "userAccounts" : [ { }, { } ],
      "routedToUserGroup" : { },
      "notificationContact" : "...",
      "invoices" : [ { }, { } ],
      "quoteVersion" : "...",
      "externalId" : "...",
      "statusMessage" : "...",
      "fulfillmentStartDate" : 12345,
      "validTo" : 12345,
      "receivedFromApp" : "...",
      "quoteDate" : 12345,
      "quoteItems" : [ { }, { } ],
      "completionDate" : 12345,
      "userAccount" : { },
      "requestedCompletionDate" : 12345,
      "category" : "...",
      "status" : "Pending",
      "validFrom" : 12345,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "discountAgregates" : [ {
      "categoryInvoiceAgregate" : { },
      "oldAmountWithoutTax" : 12345.0,
      "oldAmountWithTax" : 12345.0,
      "wallet" : { },
      "discountPlanCode" : "...",
      "invoiceSubCategory" : { },
      "discountPercent" : 12345.0,
      "subCategoryTaxes" : [ { }, { } ],
      "ratedtransactions" : [ { }, { } ],
      "discountPlanItemCode" : "...",
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "categoryInvoiceAgregate" : { },
      "oldAmountWithoutTax" : 12345.0,
      "oldAmountWithTax" : 12345.0,
      "wallet" : { },
      "discountPlanCode" : "...",
      "invoiceSubCategory" : { },
      "discountPercent" : 12345.0,
      "subCategoryTaxes" : [ { }, { } ],
      "ratedtransactions" : [ { }, { } ],
      "discountPlanItemCode" : "...",
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "orders" : [ {
      "orderItems" : [ { }, { } ],
      "externalId" : "...",
      "orderDate" : 12345,
      "expectedCompletionDate" : 12345,
      "userAccounts" : [ { }, { } ],
      "requestedStartDate" : 12345,
      "priority" : 12345,
      "requestedCompletionDate" : 12345,
      "receivedFromApp" : "...",
      "completionDate" : 12345,
      "deliveryInstructions" : "...",
      "category" : "...",
      "orderNumber" : "...",
      "statusMessage" : "...",
      "routedToUserGroup" : { },
      "shippingAddress" : { },
      "status" : "CANCELLED",
      "startDate" : 12345,
      "invoices" : [ { }, { } ],
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "orderItems" : [ { }, { } ],
      "externalId" : "...",
      "orderDate" : 12345,
      "expectedCompletionDate" : 12345,
      "userAccounts" : [ { }, { } ],
      "requestedStartDate" : 12345,
      "priority" : 12345,
      "requestedCompletionDate" : 12345,
      "receivedFromApp" : "...",
      "completionDate" : 12345,
      "deliveryInstructions" : "...",
      "category" : "...",
      "orderNumber" : "...",
      "statusMessage" : "...",
      "routedToUserGroup" : { },
      "shippingAddress" : { },
      "status" : "ACKNOWLEDGED",
      "startDate" : 12345,
      "invoices" : [ { }, { } ],
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "alias" : "...",
    "netToPay" : 12345.0,
    "tradingCurrency" : {
      "prCurrencyToThis" : 12345.0,
      "currency" : { },
      "prDescription" : "...",
      "currencyCode" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceAdjustmentCurrentSellerNb" : 12345,
    "amountTax" : 12345.0,
    "comment" : "...",
    "invoiceNumberOrTemporaryNumber" : "...",
    "amountWithoutTax" : 12345.0,
    "adjustedInvoice" : { },
    "tradingCountry" : {
      "countryCode" : "...",
      "prDescription" : "...",
      "country" : { },
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "temporaryInvoiceNumber" : "...",
    "paymentMethod" : "WIRETRANSFER",
    "parentCFEntities" : [ { }, { } ],
    "amount" : 12345.0,
    "pdfGenerated" : true,
    "invoiceDate" : 12345,
    "tradingLanguage" : {
      "prDescription" : "...",
      "language" : { },
      "languageCode" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "recordedInvoice" : {
      "paymentInfo6" : "...",
      "ddrequestItems" : [ { }, { } ],
      "paymentInfo2" : "...",
      "amountWithoutTax" : 12345.0,
      "paymentInfo1" : "...",
      "payedDDRequestItem" : { },
      "paymentInfo3" : "...",
      "paymentMethod" : "WIRETRANSFER",
      "paymentInfo" : "...",
      "taxAmount" : 12345.0,
      "netToPay" : 12345.0,
      "paymentInfo4" : "...",
      "productionDate" : 12345,
      "paymentInfo5" : "...",
      "billingAccountName" : "...",
      "invoiceDate" : 12345,
      "bankLot" : "...",
      "depositDate" : 12345,
      "occCode" : "...",
      "bankCollectionDate" : 12345,
      "transactionDate" : 12345,
      "accountCodeClientSide" : "...",
      "matchingStatus" : "P",
      "parentCFEntities" : [ { }, { } ],
      "type" : "...",
      "occDescription" : "...",
      "matchingAmounts" : [ { }, { } ],
      "unMatchingAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "amount" : 12345.0,
      "customerAccount" : { },
      "reference" : "...",
      "orderNumber" : "...",
      "uuid" : "...",
      "transactionCategory" : "DEBIT",
      "dueDate" : 12345,
      "accountCode" : "...",
      "bankReference" : "...",
      "excludedFromDunning" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "CANCELED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "AUTOMATIC",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceAdjustmentCurrentProviderNb" : 12345,
    "dueDate" : 12345,
    "iban" : "...",
    "invoiceAgregates" : [ {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "amountWithTax" : 12345.0,
    "discount" : 12345.0,
    "linkedInvoices" : [ { }, { } ],
    "invoiceNumber" : "...",
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "invoiceType" : {
      "occTemplate" : { },
      "appliesTo" : [ { }, { } ],
      "sellerSequence" : [ { }, { } ],
      "sequence" : { },
      "occTemplateNegative" : { },
      "matchingAuto" : true,
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "uuid" : "...",
    "billingAccount" : {
      "invoiceAgregates" : [ { }, { } ],
      "paymentMethod" : "DIRECTDEBIT",
      "nextInvoiceDate" : 12345,
      "terminationReason" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "tradingCountry" : { },
      "brAmountWithTax" : 12345.0,
      "discountPlan" : { },
      "ratedTransactions" : [ { }, { } ],
      "statusDate" : 12345,
      "discountRate" : 12345.0,
      "bankCoordinates" : { },
      "terminationDate" : 12345,
      "paymentTerm" : "THREE_X",
      "invoicingThreshold" : 12345.0,
      "usersAccounts" : [ { }, { } ],
      "status" : "TERMINATED",
      "billingRun" : { },
      "invoices" : [ { }, { } ],
      "electronicBilling" : true,
      "billingCycle" : { },
      "parentCFEntities" : [ { }, { } ],
      "tradingLanguage" : { },
      "customerAccount" : { },
      "parentEntityType" : { },
      "brAmountWithoutTax" : 12345.0,
      "email" : "...",
      "subscriptionDate" : 12345,
      "billingRunLists" : [ { }, { } ],
      "invoicePrefix" : "...",
      "parentEntity" : { },
      "primaryContact" : { },
      "providerContact" : "...",
      "name" : { },
      "externalRef1" : "...",
      "externalRef2" : "...",
      "businessAccountModel" : { },
      "address" : { },
      "defaultLevel" : true,
      "accountType" : "...",
      "uuid" : "...",
      "descriptionOrCode" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "detailedInvoice" : true,
    "productDate" : 12345,
    "ratedTransactions" : [ {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "CANCELED",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "invoiceSubCategory" : { },
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "unitAmountWithTax" : 12345.0,
      "billingRun" : { },
      "adjustedRatedTx" : { },
      "invoiceAgregateR" : { },
      "invoiceAgregateF" : { },
      "wallet" : { },
      "code" : "...",
      "offerTemplate" : { },
      "invoice" : { },
      "doNotTriggerInvoicing" : true,
      "billingAccount" : { },
      "status" : "OPEN",
      "walletOperation" : { },
      "amountWithoutTax" : 12345.0,
      "edr" : { },
      "walletOperationId" : 12345,
      "parameter3" : "...",
      "orderNumber" : "...",
      "quantity" : 12345.0,
      "unitAmountWithoutTax" : 12345.0,
      "invoiceAgregateT" : { },
      "description" : "...",
      "unityDescription" : "...",
      "usageDate" : 12345,
      "priceplan" : { },
      "offerCode" : "...",
      "parameter2" : "...",
      "unitAmountTax" : 12345.0,
      "parameter1" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "quote" : {
      "userAccounts" : [ { }, { } ],
      "routedToUserGroup" : { },
      "notificationContact" : "...",
      "invoices" : [ { }, { } ],
      "quoteVersion" : "...",
      "externalId" : "...",
      "statusMessage" : "...",
      "fulfillmentStartDate" : 12345,
      "validTo" : 12345,
      "receivedFromApp" : "...",
      "quoteDate" : 12345,
      "quoteItems" : [ { }, { } ],
      "completionDate" : 12345,
      "userAccount" : { },
      "requestedCompletionDate" : 12345,
      "category" : "...",
      "status" : "InProgress",
      "validFrom" : 12345,
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "discountAgregates" : [ {
      "categoryInvoiceAgregate" : { },
      "oldAmountWithoutTax" : 12345.0,
      "oldAmountWithTax" : 12345.0,
      "wallet" : { },
      "discountPlanCode" : "...",
      "invoiceSubCategory" : { },
      "discountPercent" : 12345.0,
      "subCategoryTaxes" : [ { }, { } ],
      "ratedtransactions" : [ { }, { } ],
      "discountPlanItemCode" : "...",
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "categoryInvoiceAgregate" : { },
      "oldAmountWithoutTax" : 12345.0,
      "oldAmountWithTax" : 12345.0,
      "wallet" : { },
      "discountPlanCode" : "...",
      "invoiceSubCategory" : { },
      "discountPercent" : 12345.0,
      "subCategoryTaxes" : [ { }, { } ],
      "ratedtransactions" : [ { }, { } ],
      "discountPlanItemCode" : "...",
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "orders" : [ {
      "orderItems" : [ { }, { } ],
      "externalId" : "...",
      "orderDate" : 12345,
      "expectedCompletionDate" : 12345,
      "userAccounts" : [ { }, { } ],
      "requestedStartDate" : 12345,
      "priority" : 12345,
      "requestedCompletionDate" : 12345,
      "receivedFromApp" : "...",
      "completionDate" : 12345,
      "deliveryInstructions" : "...",
      "category" : "...",
      "orderNumber" : "...",
      "statusMessage" : "...",
      "routedToUserGroup" : { },
      "shippingAddress" : { },
      "status" : "REJECTED",
      "startDate" : 12345,
      "invoices" : [ { }, { } ],
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "orderItems" : [ { }, { } ],
      "externalId" : "...",
      "orderDate" : 12345,
      "expectedCompletionDate" : 12345,
      "userAccounts" : [ { }, { } ],
      "requestedStartDate" : 12345,
      "priority" : 12345,
      "requestedCompletionDate" : 12345,
      "receivedFromApp" : "...",
      "completionDate" : 12345,
      "deliveryInstructions" : "...",
      "category" : "...",
      "orderNumber" : "...",
      "statusMessage" : "...",
      "routedToUserGroup" : { },
      "shippingAddress" : { },
      "status" : "IN_PROGRESS",
      "startDate" : 12345,
      "invoices" : [ { }, { } ],
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "alias" : "...",
    "netToPay" : 12345.0,
    "tradingCurrency" : {
      "prCurrencyToThis" : 12345.0,
      "currency" : { },
      "prDescription" : "...",
      "currencyCode" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceAdjustmentCurrentSellerNb" : 12345,
    "amountTax" : 12345.0,
    "comment" : "...",
    "invoiceNumberOrTemporaryNumber" : "...",
    "amountWithoutTax" : 12345.0,
    "adjustedInvoice" : { },
    "tradingCountry" : {
      "countryCode" : "...",
      "prDescription" : "...",
      "country" : { },
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "temporaryInvoiceNumber" : "...",
    "paymentMethod" : "CHECK",
    "parentCFEntities" : [ { }, { } ],
    "amount" : 12345.0,
    "pdfGenerated" : true,
    "invoiceDate" : 12345,
    "tradingLanguage" : {
      "prDescription" : "...",
      "language" : { },
      "languageCode" : "...",
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "recordedInvoice" : {
      "paymentInfo6" : "...",
      "ddrequestItems" : [ { }, { } ],
      "paymentInfo2" : "...",
      "amountWithoutTax" : 12345.0,
      "paymentInfo1" : "...",
      "payedDDRequestItem" : { },
      "paymentInfo3" : "...",
      "paymentMethod" : "DIRECTDEBIT",
      "paymentInfo" : "...",
      "taxAmount" : 12345.0,
      "netToPay" : 12345.0,
      "paymentInfo4" : "...",
      "productionDate" : 12345,
      "paymentInfo5" : "...",
      "billingAccountName" : "...",
      "invoiceDate" : 12345,
      "bankLot" : "...",
      "depositDate" : 12345,
      "occCode" : "...",
      "bankCollectionDate" : 12345,
      "transactionDate" : 12345,
      "accountCodeClientSide" : "...",
      "matchingStatus" : "P",
      "parentCFEntities" : [ { }, { } ],
      "type" : "...",
      "occDescription" : "...",
      "matchingAmounts" : [ { }, { } ],
      "unMatchingAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "amount" : 12345.0,
      "customerAccount" : { },
      "reference" : "...",
      "orderNumber" : "...",
      "uuid" : "...",
      "transactionCategory" : "CREDIT",
      "dueDate" : 12345,
      "accountCode" : "...",
      "bankReference" : "...",
      "excludedFromDunning" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "billingRun" : {
      "xmlInvoiceGenerated" : true,
      "startDate" : 12345,
      "processDate" : 12345,
      "country" : { },
      "currency" : { },
      "billingRunLists" : [ { }, { } ],
      "prAmountTax" : 12345.0,
      "billableBillingAcountNumber" : 12345,
      "selectedBillingAccounts" : "...",
      "status" : "POSTVALIDATED",
      "billableBillingAccounts" : [ { }, { } ],
      "statusDate" : 12345,
      "rejectedBillingAccounts" : [ { }, { } ],
      "lastTransactionDate" : 12345,
      "endDate" : 12345,
      "billingCycle" : { },
      "ratedTransactions" : [ { }, { } ],
      "billingAccountNumber" : 12345,
      "preInvoicingReports" : { },
      "postInvoicingReports" : { },
      "producibleAmountWithTax" : 12345.0,
      "processType" : "MANUAL",
      "invoiceDate" : 12345,
      "producibleAmountWithoutTax" : 12345.0,
      "invoiceNumber" : 12345,
      "prAmountWithoutTax" : 12345.0,
      "invoices" : [ { }, { } ],
      "language" : { },
      "prAmountWithTax" : 12345.0,
      "producibleAmountTax" : 12345.0,
      "rejectionReason" : "...",
      "producibleInvoiceNumber" : 12345,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "invoiceAdjustmentCurrentProviderNb" : 12345,
    "dueDate" : 12345,
    "iban" : "...",
    "invoiceAgregates" : [ {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "tradingCountry" : { },
      "taxPercent" : 12345.0,
      "accountingCode" : "...",
      "amount" : 12345.0,
      "userAccount" : { },
      "invoice" : { },
      "tradingCurrency" : { },
      "billingRun" : { },
      "amountWithTax" : 12345.0,
      "billingAccount" : { },
      "itemNumber" : 12345,
      "discountAggregate" : true,
      "amountWithoutTax" : 12345.0,
      "description" : "...",
      "prDescription" : "...",
      "discount" : 12345.0,
      "quantity" : 12345.0,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "amountWithTax" : 12345.0,
    "discount" : 12345.0,
    "linkedInvoices" : [ { }, { } ],
    "invoiceNumber" : "...",
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "language" : {
    "descriptionEn" : "...",
    "languageCode" : "...",
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  },
  "prAmountWithTax" : 12345.0,
  "producibleAmountTax" : 12345.0,
  "rejectionReason" : "...",
  "producibleInvoiceNumber" : 12345,
  "disabled" : true,
  "active" : true,
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}