githubEdit

FeatureUsageAttributes

Attributes of the FeatureUsageAttributes type

Attributes for creating feature usage

{
  "quantity": "1.00",
  "usageAt": "2022-06-01T00:00:00Z",
  "featureId": "456123",
  "featureCode": "",
  "accountId": "456123",
  "subscriptionId": "456123",
  "subscriptionChargeId": "456123",
  "overrideUsageAtLimit": true,
  "notes": ""
}
Name
Type
Description

quantity

Float

usageAt

ISO8601DateTime

The time when usage occurred

featureId

ID

featureCode

String

accountId

ID

subscriptionId

ID

subscriptionChargeId

ID

overrideUsageAtLimit

Boolean

notes

String

Last updated

Was this helpful?