Name | Type | Description | Notes |
---|---|---|---|
transactionId | String | This field represents a unique identifier for the event. It is crucial for ensuring idempotency, meaning that each event can be uniquely identified and processed without causing any unintended side effects. | |
externalCustomerId | String | The customer external unique identifier (provided by your own application). This field is optional if you send the `external_subscription_ids`, targeting a specific subscription. | [optional] |
externalSubscriptionIds | List<String> | Array of unique identifiers of the targeted subscriptions within your application. | |
code | String | The code that identifies a targeted billable metric. It is essential that this code matches the `code` property of one of your active billable metrics. If the provided code does not correspond to any active billable metric, it will be ignored during the process. | |
timestamp | Integer | This field captures the Unix timestamp in seconds indicating the occurrence of the event in Coordinated Universal Time (UTC). If this timestamp is not provided, the API will automatically set it to the time of event reception. | [optional] |
properties | EventBatchInputEventProperties | [optional] |
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.