Home > @vsf-enterprise/sapcc-api > ReplaceCartPaymentDetailsProps

ReplaceCartPaymentDetailsProps interface

Definition of the parameter structure for replaceCartPaymentDetails.

Signature:

export interface ReplaceCartPaymentDetailsProps extends BaseProps 

Extends: BaseProps

Properties

Property Type Description
cartId string Cart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart.
paymentDetailsId string Id of an existing Payment Details object that will be added to a cart.
userId string User identifier or one of the literals: current for currently authenticated user, anonymous for anonymous user.