WalletTemplate Data Type

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

Example

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