Home > doofinder > StatsClient > registerCheckout
StatsClient.registerCheckout() method
Register a checkout within the session.
Signature:
registerCheckout(params: CheckoutParams): Promise<Response>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| params | CheckoutParams | An options object. See StatsParams. |
Returns:
Promise<Response>
A promise to be fullfilled with the response or rejected with a ClientResponseError.