@orangecheck/me-client / validateIntegratorConfig
Function: validateIntegratorConfig()
function validateIntegratorConfig(cfg: IntegratorPriceConfig): ValidationResult;
Defined in: me-client/src/types.ts:147
Validate an integrator's pricing config against the platform's non-negotiable rules. Run client-side before posting; the server runs the same checks and rejects anything that fails.
Parameters
| Parameter | Type |
|---|---|
cfg | IntegratorPriceConfig |