customerAccountResponse element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <customerAccountResponse> <actionStatus> <status>...</status> <errorCode>...</errorCode> <message>...</message> </actionStatus> <customerAccountDto> <status>...</status> <paymentMethod>...</paymentMethod> <creditCategory>...</creditCategory> <accountOperations> <dueDate>...</dueDate> <type>...</type> <transactionDate>...</transactionDate> <transactionCategory>...</transactionCategory> <reference>...</reference> <accountCode>...</accountCode> <accountCodeClientSide>...</accountCodeClientSide> <amount>...</amount> <matchingAmount>...</matchingAmount> <unMatchingAmount>...</unMatchingAmount> <matchingStatus>...</matchingStatus> <matchingAmounts> <matchingCode>...</matchingCode> <matchingAmount>...</matchingAmount> </matchingAmounts> <matchingAmounts> <!--...--> </matchingAmounts> <!--...more "matchingAmounts" elements...--> <occCode>...</occCode> <occDescription>...</occDescription> </accountOperations> <accountOperations> <!--...--> </accountOperations> <!--...more "accountOperations" elements...--> <dateStatus>...</dateStatus> <dateDunningLevel>...</dateDunningLevel> <email>...</email> <phone>...</phone> <mobile>...</mobile> <fax>...</fax> <customerCode>...</customerCode> <dunningLevel>...</dunningLevel> <mandateIdentification>...</mandateIdentification> <mandateDate>...</mandateDate> <balance>...</balance> <providerId>...</providerId> <currentUserId>...</currentUserId> <requestId>...</requestId> </customerAccountDto> </customerAccountResponse>