Hi community,
Could you help undestand the usageType? (tmf654 v4) it is defined several times as:
A string. defines the type of the underlying Balance e.g. data,voice, any currency e.g. EUR, USD etc.
But the swagger defines it as an Enum, and appendix (page 134) seems to suggest it should be restricted to values in the table. Should it be a String or a Enum?
Also there seems to be contradiction, as definition examples EUR, USD but the tables says usageType: "monetary", and units (In quantity) EUR, USD. The later matches the examples.
Should usageType values be restricted to Enum values?
From swagger:
"UsageType": {
"type": "string",
"description": "Valid values for the usage type are",
"enum": [
"monetary",
"voice",
"data",
"sms",
"other"
]
},
------------------------------
Jesus Marval
Liberty Latin America
------------------------------