WalletTemplate Data Type

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

Example

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