Poq.SDK.Node

Home > @poq/sdk-sfcc > Note > (constructor)

Note.(constructor)

Constructs a new instance of the Note class

Signature:

constructor(params?: {
        createdBy?: string;
        creationDate?: string;
        id?: string;
        subject?: string;
        text?: string;
    });

Parameters

Parameter Type Description
params { createdBy?: string; creationDate?: string; id?: string; subject?: string; text?: string; } (Optional)