GetPostInvoicingReportsResponseDto Data Type

The Class GetPostInvoicingReportsResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
postInvoicingReportsDTO PostInvoicingReportsDTO The post invoicing reports DTO.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "postInvoicingReportsDTO" : {
    "negativeInvoicesAmountHT" : 12345.0,
    "directDebitAmuontHT" : 12345.0,
    "positiveInvoicesTaxAmount" : 12345.0,
    "negativeInvoicesAmount" : 12345.0,
    "npmAmount" : 12345.0,
    "tipAmuontHT" : 12345.0,
    "tipAmuont" : 12345.0,
    "invoicesNumber" : 12345,
    "emptyInvoicesNumber" : 12345,
    "negativeInvoicesTaxAmount" : 12345.0,
    "creditDebitCardAmountHT" : 12345.0,
    "checkAmuontHT" : 12345.0,
    "positiveInvoicesNumber" : 12345,
    "directDebitInvoicesNumber" : 12345,
    "directDebitAmuont" : 12345.0,
    "globalAmount" : 12345.0,
    "negativeInvoicesNumber" : 12345,
    "creditDebitCardInvoicesNumber" : 12345,
    "wiretransferAmuontHT" : 12345.0,
    "checkAmuont" : 12345.0,
    "positiveInvoicesAmountHT" : 12345.0,
    "creditDebitCardAmount" : 12345.0,
    "tipInvoicesNumber" : 12345,
    "checkInvoicesNumber" : 12345,
    "npmInvoicesNumber" : 12345,
    "positiveInvoicesAmount" : 12345.0,
    "wiretransferAmuont" : 12345.0,
    "wiretransferInvoicesNumber" : 12345,
    "electronicInvoicesNumber" : 12345,
    "npmAmountHT" : 12345.0
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}