Home > @poq/sdk-sfcc > Note > (constructor)
Constructs a new instance of the Note
class
Signature:
constructor(params?: {
createdBy?: string;
creationDate?: string;
id?: string;
subject?: string;
text?: string;
});
Parameter | Type | Description |
---|---|---|
params | { createdBy?: string; creationDate?: string; id?: string; subject?: string; text?: string; } | (Optional) |