WalletTemplate Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
code string required, max size: 255, min size: 1
auditable Auditable  
lowBalanceLevelEl string  
referenceDescription string  
description string max size: 255, min size: 0
lowBalanceLevel number  
historized boolean  
id number  
parentEntity BusinessEntity  
notified boolean  
rejectLevel number  
rejectLevelEl string  
auditableFields array of AuditableFieldHistory  
parentEntityType object  
fastRatingLevel number  
descriptionOrCode string  
consumptionAlertSet boolean  
appendGeneratedCode boolean  
walletType BillingWalletTypeEnum  
codeChanged boolean  
descriptionAndCode string  
transient boolean  
version number  
referenceCode string  

Example

{
  "code" : "...",
  "auditable" : {
    "updater" : "...",
    "created" : 12345,
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "lowBalanceLevelEl" : "...",
  "referenceDescription" : "...",
  "description" : "...",
  "lowBalanceLevel" : 12345.0,
  "historized" : true,
  "id" : 12345,
  "parentEntity" : {
    "codeChanged" : true,
    "historized" : true,
    "referenceCode" : "...",
    "description" : "...",
    "auditable" : {
      "updater" : "...",
      "created" : 12345,
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "referenceDescription" : "...",
    "auditableFields" : [ {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "RENEWAL",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    }, {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "OTHER",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    } ],
    "appendGeneratedCode" : true,
    "notified" : true,
    "code" : "...",
    "parentEntity" : { },
    "descriptionAndCode" : "...",
    "version" : 12345,
    "transient" : true,
    "parentEntityType" : { },
    "descriptionOrCode" : "...",
    "id" : 12345
  },
  "notified" : true,
  "rejectLevel" : 12345.0,
  "rejectLevelEl" : "...",
  "auditableFields" : [ {
    "previousState" : { },
    "currentState" : { },
    "auditType" : "OTHER",
    "historized" : true,
    "fieldName" : "...",
    "notified" : true,
    "notfiable" : true,
    "historable" : true
  }, {
    "previousState" : { },
    "currentState" : { },
    "auditType" : "RENEWAL",
    "historized" : true,
    "fieldName" : "...",
    "notified" : true,
    "notfiable" : true,
    "historable" : true
  } ],
  "parentEntityType" : { },
  "fastRatingLevel" : 12345,
  "descriptionOrCode" : "...",
  "consumptionAlertSet" : true,
  "appendGeneratedCode" : true,
  "walletType" : "PREPAID",
  "codeChanged" : true,
  "descriptionAndCode" : "...",
  "transient" : true,
  "version" : 12345,
  "referenceCode" : "..."
}