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

    Interface PaymentSetCustomerAction

    interface PaymentSetCustomerAction {
        action: "setCustomer";
        customer?: CustomerResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCustomer"

    Value to set. If empty, any existing reference is removed.