@orangecheck/me-client / IntegratorPriceConfig
Interface: IntegratorPriceConfig
Defined in: me-client/src/types.ts:79
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:81 |
<a id="property-domain"></a> domain | string | - | me-client/src/types.ts:82 |
<a id="property-events"></a> events | Partial<Record<EventSubtype, IntegratorEventConfig>> | Per-subtype configs. Subtypes not listed are disabled by default. | me-client/src/types.ts:86 |
<a id="property-project_key"></a> project_key | string | - | me-client/src/types.ts:80 |
<a id="property-updated_at"></a> updated_at | string | ISO-8601 timestamp the config was last updated. | me-client/src/types.ts:84 |