The Class WalletOperationDto.
| name | data type | type | namespace | min/max occurs | wrapped by | description |
|---|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code | ||
| description | string | attribute | 0/1 | The description | ||
| id | long | attribute | 0/1 | The id. | ||
| amountTax | decimal | element | 0/1 | The amount tax. | ||
| amountWithTax | decimal | element | 0/1 | The amount with tax. | ||
| amountWithoutTax | decimal | element | 0/1 | The amount without tax. | ||
| auditable | auditableDto | element | 0/1 | |||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | ||
| chargeInstance | string | element | 0/1 | The charge instance. | ||
| chargeInstanceId | long | element | 0/1 | The charge instance id. | ||
| currency | string | element | 0/1 | The currency. | ||
| endDate | dateTime | element | 0/1 | The end date. | ||
| offerCode | string | element | 0/1 | The offer code. | ||
| operationDate | dateTime | element | 0/1 | The operation date. | ||
| orderNumber | string | element | 0/1 | The order number. | ||
| parameter1 | string | element | 0/1 | The parameter 1. | ||
| parameter2 | string | element | 0/1 | The parameter 2. | ||
| parameter3 | string | element | 0/1 | The parameter 3. | ||
| parameterExtra | string | element | 0/1 | The parameter extra. | ||
| quantity | decimal | element | 0/1 | The quantity. | ||
| ratedTransaction | woRatedTransactionDto | element | 0/1 | The rated transaction. | ||
| ratingUnitDescription | string | element | 0/1 | The rating unit description. | ||
| rawAmountWithTax | decimal | element | 0/1 | The raw amount with tax. | ||
| rawAmountWithoutTax | decimal | element | 0/1 | The raw amount without tax. | ||
| seller | string | element | 0/1 | The seller. | ||
| startDate | dateTime | element | 0/1 | The start date. | ||
| status | walletOperationStatusEnum | element | 0/1 | The status. | ||
| subscription | string | element | 0/1 | The subscription. | ||
| subscriptionDate | dateTime | element | 0/1 | The subscription date. | ||
| taxCode | string | element | 0/1 | Tax applied - code | ||
| taxPercent | decimal | element | 0/1 | The tax percent. | ||
| type | operationTypeEnum | element | 0/1 | The type. | ||
| unitAmountTax | decimal | element | 0/1 | The unit amount tax. | ||
| unitAmountWithTax | decimal | element | 0/1 | The unit amount with tax. | ||
| unitAmountWithoutTax | decimal | element | 0/1 | The unit amount without tax. | ||
| updatedCode | string | element | 0/1 | The updated code. | ||
| userAccount | string | element | 0/1 | The user account. | ||
| walletId | long | element | 0/1 | Wallet Id | ||
| walletTemplate | string | element | 0/1 | The wallet template. |
Example
<WalletOperation code="..." description="..." id="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</auditableField>
</auditableFields>
<updatedCode>...</updatedCode>
<userAccount>...</userAccount>
<subscription>...</subscription>
<walletTemplate>...</walletTemplate>
<seller>...</seller>
<chargeInstance>...</chargeInstance>
<chargeInstanceId>...</chargeInstanceId>
<currency>...</currency>
<type>...</type>
<status>...</status>
<ratingUnitDescription>...</ratingUnitDescription>
<taxCode>...</taxCode>
<taxPercent>...</taxPercent>
<unitAmountWithoutTax>...</unitAmountWithoutTax>
<unitAmountWithTax>...</unitAmountWithTax>
<unitAmountTax>...</unitAmountTax>
<quantity>...</quantity>
<amountWithoutTax>...</amountWithoutTax>
<amountWithTax>...</amountWithTax>
<amountTax>...</amountTax>
<parameter1>...</parameter1>
<parameter2>...</parameter2>
<parameter3>...</parameter3>
<parameterExtra>...</parameterExtra>
<orderNumber>...</orderNumber>
<startDate>...</startDate>
<endDate>...</endDate>
<operationDate>...</operationDate>
<subscriptionDate>...</subscriptionDate>
<offerCode>...</offerCode>
<rawAmountWithoutTax>...</rawAmountWithoutTax>
<rawAmountWithTax>...</rawAmountWithTax>
<ratedTransaction code="..." description="..." id="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
<auditable/>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</auditableField>
</auditableFields>
<status>...</status>
<updatedCode>...</updatedCode>
</ratedTransaction>
<walletId>...</walletId>
</WalletOperation>