AccountDetails Sample Response
<AccountDetailsResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BaseResponse xmlns="http://webservicesV2.bookcyprus.com/">
<Response>OK</Response>
<ExecutionTime>52</ExecutionTime>
</BaseResponse>
<CustomerName xmlns="http://webservicesV2.bookcyprus.com/">XML Development (B2B - Test)</CustomerName>
<AccountCurrentBalance xmlns="http://webservicesV2.bookcyprus.com/">99217.3300</AccountCurrentBalance>
<CreditLimit xmlns="http://webservicesV2.bookcyprus.com/">100000.0000</CreditLimit>
<Currency xmlns="http://webservicesV2.bookcyprus.com/">EUR</Currency>
<PrepaymentPolicies xmlns="http://webservicesV2.bookcyprus.com/">
<PrepaymentPolicyResponse>
<MinAmount>100.0000</MinAmount>
<MaxAmount>10000.0000</MaxAmount>
<MinDays>7</MinDays>
<Percent>5.000</Percent>
</PrepaymentPolicyResponse>
<PrepaymentPolicyResponse>
<MinAmount>100.0000</MinAmount>
<MaxAmount>100000.0000</MaxAmount>
<MinDays>35</MinDays>
<Percent>10.000</Percent>
</PrepaymentPolicyResponse>
</PrepaymentPolicies>
<CancellationPolicies xmlns="http://webservicesV2.bookcyprus.com/" />
</AccountDetailsResponse>