CustomerAccountsResponse element
Type: | customerAccountsResponseDto |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<CustomerAccountsResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<customerAccounts>
<customerAccount code="..." description="...">
<externalRef1>...</externalRef1>
<externalRef2>...</externalRef2>
<name>
<title>...</title>
<firstName>...</firstName>
<lastName>...</lastName>
</name>
<address>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<zipCode>...</zipCode>
<city>...</city>
<country>...</country>
<state>...</state>
</address>
<customFields>
<customField code="..." description="...">
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
</customField>
<customField code="..." description="...">
<!--...-->
</customField>
<!--...more "customField" elements...-->
</customFields>
<customer>...</customer>
<currency>...</currency>
<language>...</language>
<status>...</status>
<paymentMethod>...</paymentMethod>
<creditCategory>...</creditCategory>
<dateStatus>...</dateStatus>
<dateDunningLevel>...</dateDunningLevel>
<contactInformation>
<email>...</email>
<phone>...</phone>
<mobile>...</mobile>
<fax>...</fax>
</contactInformation>
<dunningLevel>...</dunningLevel>
<mandateIdentification>...</mandateIdentification>
<mandateDate>...</mandateDate>
<balance>...</balance>
<terminationDate>...</terminationDate>
<billingAccounts>
<billingAccount code="..." description="...">
<externalRef1>...</externalRef1>
<externalRef2>...</externalRef2>
<name>
<title>...</title>
<firstName>...</firstName>
<lastName>...</lastName>
</name>
<address>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<zipCode>...</zipCode>
<city>...</city>
<country>...</country>
<state>...</state>
</address>
<customFields>
<customField code="..." description="...">
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
</customField>
<customField code="..." description="...">
<!--...-->
</customField>
<!--...more "customField" elements...-->
</customFields>
<customerAccount>...</customerAccount>
<billingCycle>...</billingCycle>
<country>...</country>
<language>...</language>
<paymentMethod>...</paymentMethod>
<nextInvoiceDate>...</nextInvoiceDate>
<subscriptionDate>...</subscriptionDate>
<terminationDate>...</terminationDate>
<paymentTerms>...</paymentTerms>
<electronicBilling>...</electronicBilling>
<status>...</status>
<terminationReason>...</terminationReason>
<email>...</email>
<bankCoordinates>
<bankCode>...</bankCode>
<branchCode>...</branchCode>
<accountNumber>...</accountNumber>
<key>...</key>
<iban>...</iban>
<bic>...</bic>
<accountOwner>...</accountOwner>
<bankName>...</bankName>
<bankId>...</bankId>
<issuerNumber>...</issuerNumber>
<issuerName>...</issuerName>
<ics>...</ics>
</bankCoordinates>
<userAccounts>
<userAccount code="..." description="...">
<externalRef1>...</externalRef1>
<externalRef2>...</externalRef2>
<name>
<title>...</title>
<firstName>...</firstName>
<lastName>...</lastName>
</name>
<address>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<zipCode>...</zipCode>
<city>...</city>
<country>...</country>
<state>...</state>
</address>
<customFields>
<customField code="..." description="...">
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
</customField>
<customField code="..." description="...">
<!--...-->
</customField>
<!--...more "customField" elements...-->
</customFields>
<billingAccount>...</billingAccount>
<subscriptionDate>...</subscriptionDate>
<terminationDate>...</terminationDate>
<status>...</status>
<terminationReason>...</terminationReason>
<subscriptions>
<subscription code="..." description="...">
<userAccount>...</userAccount>
<offerTemplate>...</offerTemplate>
<subscriptionDate>...</subscriptionDate>
<terminationDate>...</terminationDate>
<status>...</status>
<customFields>
<customField code="..." description="...">
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
</customField>
<customField code="..." description="...">
<!--...-->
</customField>
<!--...more "customField" elements...-->
</customFields>
<accesses>
<access code="...">
<subscription>...</subscription>
<startDate>...</startDate>
<endDate>...</endDate>
</access>
<access code="...">
<!--...-->
</access>
<!--...more "access" elements...-->
</accesses>
<services>
<serviceInstance code="..." description="...">
<status>...</status>
<subscriptionDate>...</subscriptionDate>
<terminationDate>...</terminationDate>
<quantity>...</quantity>
<terminationReason>...</terminationReason>
</serviceInstance>
<serviceInstance code="..." description="...">
<!--...-->
</serviceInstance>
<!--...more "serviceInstance" elements...-->
</services>
<terminationReason>...</terminationReason>
</subscription>
<subscription code="..." description="...">
<!--...-->
</subscription>
<!--...more "subscription" elements...-->
</subscriptions>
</userAccount>
<userAccount>
<!--...-->
</userAccount>
<!--...more "userAccount" elements...-->
</userAccounts>
</billingAccount>
<billingAccount>
<!--...-->
</billingAccount>
<!--...more "billingAccount" elements...-->
</billingAccounts>
</customerAccount>
<customerAccount>
<!--...-->
</customerAccount>
<!--...more "customerAccount" elements...-->
</customerAccounts>
</CustomerAccountsResponse>