Skip to main content
Version: 2.x

Interface: BillingEventSink

Defined in: javascript/src/billing/contracts.ts:139

Boundary used by payment providers to submit normalized lifecycle events.

Extended by

Methods

ingestBillingEvent()

ingestBillingEvent(event): Promise<BillingEventResult>

Defined in: javascript/src/billing/contracts.ts:140

Parameters

event

BillingEvent

Returns

Promise<BillingEventResult>