All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| preInvoicingReportsDTO | PreInvoicingReportsDTO | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"preInvoicingReportsDTO" : {
"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
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "ACTION_FORBIDDEN",
"message" : "..."
}
}