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