ICartCompletionStrategy
internal.internal.ICartCompletionStrategy
Implemented by
Methods
complete
complete(cartId, idempotencyKey, context): Promise<CartCompletionResponse>
Takes a cart id and completes the cart. This for example takes place when creating an order or confirming a swap.
Parameters
cartIdstringRequiredthe id of the Cart to complete.
the idempotency key for the request
the request context for the completion request
Returns
Promise<CartCompletionResponse>
the response for the completion request
Was this section helpful?