@gradientedge/commercetools-utils
    Preparing search index...

    Interface PaymentSetAnonymousIdAction

    If the Payment is already associated with a Customer, an InvalidOperation error is returned.

    interface PaymentSetAnonymousIdAction {
        action: "setAnonymousId";
        anonymousId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAnonymousId"
    anonymousId?: string

    Value to set. If empty, any existing value will be removed.