@Francisco Guiraldelli asks about balance bucket expiration in
SigScale's open source
OCS.
The
TMF654 API is used which, like many TMF APIs, includes the
validFor attribute to provide a validity period. The value is an object with
startDateTime and
endDateTime attributes which both take a string value in
ISO8601 format. To cause the balance bucket created to be valid only until the end of this month:
"validFor": {
"endDateTime": "2021-04-30T23:59:59.999Z"}------------------------------
Vance Shipley
SigScale
------------------------------