UsageEventRawField
List of fields which will be the part of usage request payload
This page contains
Fields
| name: String! | Field name eg. accountId, unitPrice |
| fieldRef: String! | Field name reference to identify field name eg: for field name accountId, fieldRef can be userId or it can indicate placeholder in incoming usage request payload eg: /usageList/accountId |
| mandatory: Boolean | If true, field should be available in the payload while posting usages |
| validator: UsageEventFieldValidator PREVIEW | Field validator object |
| aggregatorField: Boolean | If true, the raw field will be used in custom aggregation |
Parent objects of UsageEventRawField
| UsageReader PREVIEW | Usage reader configuration response |
Mutations for UsageEventRawField
| createUsageReader PREVIEW | Create a Usage Reader |
Queries for UsageEventRawField
| usageReader PREVIEW | Get a usage reader |