walletTemplateDto Data Type

The Class WalletTemplateDto.

Namespace
(Default)
Properties
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.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  
consumptionAlertSet boolean element 1/1   The consumption alert set.
fastRatingLevel int element 1/1   The fast rating level.
lowBalanceLevel decimal element 0/1   The low balance level.
rejectLevel decimal element 0/1   Balance level at which further consumption should be rejected
updatedCode string element 0/1   The updated code.
walletType billingWalletTypeEnum element 0/1   The wallet type.

Example

<walletTemplateDto code="..." description="..." id="...">
  <walletType>...</walletType>
  <consumptionAlertSet>...</consumptionAlertSet>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <fastRatingLevel>...</fastRatingLevel>
  <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>
  <lowBalanceLevel>...</lowBalanceLevel>
  <updatedCode>...</updatedCode>
  <rejectLevel>...</rejectLevel>
</walletTemplateDto>