Alokai

ReplaceCartPaymentDetailsProps

Parameters for replacing cart payment details.

interface ReplaceCartPaymentDetailsProps extends BaseUserId {
	cartId: string;
	paymentDetailsId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart.
paymentDetailsIdRequiredstringId of an existing Payment Details object that will be added to a cart.

Referenced Types

On this page