FeatureAttributes

Attributes of the FeatureAttributes type

Attributes for creating and updating plan features

{
  "name": "",
  "code": "",
  "position": 123,
  "description": "",
  "kind": "FeatureKind",
  "isUnit": true,
  "isProvisioned": true,
  "isVisible": true,
  "usageCalculationType": "UsageCalculation"
}
Name
Type
Description

name

String

code

String

position

Int

description

String

kind

isUnit

Boolean

isProvisioned

Boolean

isVisible

Boolean

usageCalculationType

Describes how usage should be aggregated during a

                                                                                  billing period. Must be one of sum, max, last|

Last updated

Was this helpful?