CustomerListResponse element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<CustomerListResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<customerDtoList email="..." paymentMethod="...">
<customerId>...</customerId>
<sellerCode>...</sellerCode>
<customerBrandCode>...</customerBrandCode>
<customerCategoryCode>...</customerCategoryCode>
<currencyCode>...</currencyCode>
<countryCode>...</countryCode>
<languageCode>...</languageCode>
<titleCode>...</titleCode>
<firstName>...</firstName>
<lastName>...</lastName>
<birthDate>...</birthDate>
<phoneNumber>...</phoneNumber>
<billingCycleCode>...</billingCycleCode>
<address1>...</address1>
<address2>...</address2>
<zipCode>...</zipCode>
<city>...</city>
</customerDtoList>
<customerDtoList email="..." paymentMethod="...">
<!--...-->
</customerDtoList>
<!--...more "customerDtoList" elements...-->
</CustomerListResponse>