@orangecheck/me-client / IntegratorEventConfig
Interface: IntegratorEventConfig
Defined in: me-client/src/types.ts:65
What an integrator declares for a single event subtype.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-enabled"></a> enabled | boolean | Whether this site bills this event subtype at all. | me-client/src/types.ts:67 |
<a id="property-site_pays"></a> site_pays | SiteFeeShape | The per-event fee the site pays. | me-client/src/types.ts:69 |
<a id="property-user_share_pct"></a> user_share_pct | number | Fraction of post-platform-fee that flows to the user (0–0.8 since platform_fee is 20%). The remainder is a rebate to the site's OC project balance. | me-client/src/types.ts:73 |