Record
post-event-trigger-params
No description available.
record post-event-trigger-params {
authorization: string,
zuora-entity-ids: option<string>,
zuora-track-id: option<string>,
active: bool,
base-object: string,
condition: string,
description: option<string>,
event-type: event-type,
}Fields
| Name | Type | Description |
|---|---|---|
| authorization | string | |
| zuora-entity-ids | option<string> | |
| zuora-track-id | option<string> | |
| active | bool | |
| base-object | string | |
| condition | string | |
| description | option<string> | |
| event-type | event-type |