WalletTemplate Data Type

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

Example

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