CustomerPaymentsResponse element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<CustomerPaymentsResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<customerPaymentDtoList>
<requestId>...</requestId>
<type>...</type>
<description>...</description>
<paymentMethod>...</paymentMethod>
<occTemplateCode>...</occTemplateCode>
<amount>...</amount>
<customerAccountCode>...</customerAccountCode>
<reference>...</reference>
<bankLot>...</bankLot>
<depositDate>...</depositDate>
<bankCollectionDate>...</bankCollectionDate>
<dueDate>...</dueDate>
<transactionDate>...</transactionDate>
<listOCCReferenceforMatching>...</listOCCReferenceforMatching>
<listOCCReferenceforMatching>...</listOCCReferenceforMatching>
<!--...more "listOCCReferenceforMatching" elements...-->
<isToMatching>...</isToMatching>
</customerPaymentDtoList>
<customerPaymentDtoList>
<!--...-->
</customerPaymentDtoList>
<!--...more "customerPaymentDtoList" elements...-->
<balance>...</balance>
</CustomerPaymentsResponse>