@orangecheck/me-client / IntegratorPriceConfig
Interface: IntegratorPriceConfig
Defined in: me-client/src/types.ts:128
A complete integrator pricing config. Posted to me.ochk.io once at integration time, mutable via the configurator UI or this SDK any time after.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-display_name"></a> display_name | string | - | me-client/src/types.ts:130 |
<a id="property-domain"></a> domain | string | - | me-client/src/types.ts:131 |
<a id="property-events"></a> events | Partial<Record<EventKey, IntegratorEventConfig>> | Per-event configs, keyed by event key. Open catalog: built-in subtypes AND your own custom keys. Keys not listed are disabled by default. | me-client/src/types.ts:136 |
<a id="property-project_key"></a> project_key | string | - | me-client/src/types.ts:129 |
<a id="property-updated_at"></a> updated_at | string | ISO-8601 timestamp the config was last updated. | me-client/src/types.ts:133 |