Alokai

GetSopPaymentResponseProps

Properties for getting a payment data response.

interface GetSopPaymentResponseProps extends BaseProps {
	cartId: string;
	entries: PaymentEntry[];
	userId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged-in user, cart guid for anonymous user, current for the last modified cart.
entriesRequiredPaymentEntry[]Entry keys required to finish payment.
userIdRequiredstringUser identifier or one of the literals: current for currently authenticated user, anonymous for anonymous user.

Referenced Types

On this page