Poq.SDK.Node

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

CustomObject.(constructor)

Constructs a new instance of the CustomObject class

Signature:

constructor(params?: {
        keyProperty?: string;
        keyValueInteger?: number;
        keyValueString?: string;
        objectType?: string;
    });

Parameters

Parameter Type Description
params { keyProperty?: string; keyValueInteger?: number; keyValueString?: string; objectType?: string; } (Optional)