All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| customerAccount | CustomerAccountDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"customerAccount" : {
"customer" : "...",
"currency" : "...",
"language" : "...",
"status" : "CLOSE",
"paymentMethod" : "DIRECTDEBIT",
"creditCategory" : "...",
"dateStatus" : 12345,
"dateDunningLevel" : 12345,
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"dunningLevel" : "R1",
"mandateIdentification" : "...",
"mandateDate" : 12345,
"balance" : 12345.0,
"totalInvoiceBalance" : 12345.0,
"terminationDate" : 12345,
"dueDateDelayEL" : "...",
"billingAccounts" : {
"billingAccount" : [ { }, { } ]
},
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : {
"title" : "...",
"firstName" : "...",
"lastName" : "..."
},
"address" : {
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"city" : "...",
"country" : "...",
"state" : "..."
},
"businessAccountModel" : {
"code" : "...",
"description" : "..."
},
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INSUFFICIENT_BALANCE",
"message" : "..."
}
}