FindWalletOperationsResponse element
Type: | findWalletOperationsResponseDto |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<FindWalletOperationsResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<walletOperations code="..." description="...">
<userAccount>...</userAccount>
<subscription>...</subscription>
<walletTemplate>...</walletTemplate>
<seller>...</seller>
<chargeInstance>...</chargeInstance>
<currency>...</currency>
<type>...</type>
<status>...</status>
<ratingUnitDescription>...</ratingUnitDescription>
<taxPercent>...</taxPercent>
<unitAmountWithoutTax>...</unitAmountWithoutTax>
<unitAmountWithTax>...</unitAmountWithTax>
<unitAmountTax>...</unitAmountTax>
<quantity>...</quantity>
<amountWithoutTax>...</amountWithoutTax>
<amountWithTax>...</amountWithTax>
<amountTax>...</amountTax>
<parameter1>...</parameter1>
<parameter2>...</parameter2>
<parameter3>...</parameter3>
<startDate>...</startDate>
<endDate>...</endDate>
<operationDate>...</operationDate>
<subscriptionDate>...</subscriptionDate>
<offerCode>...</offerCode>
</walletOperations>
<walletOperations code="..." description="...">
<!--...-->
</walletOperations>
<!--...more "walletOperations" elements...-->
</FindWalletOperationsResponse>