Alokai

BuildCustomCreateSessionAttributesParams

export type BuildCustomCreateSessionAttributesParams = {
    payload: CreateSessionRequestPayload;
    payment: OrderPaymentInstrument;
    cart: Basket;
    customerId?: string;
};

Referenced Types

On this page