Home > @poq/sdk-sfcc > CustomObject > (constructor)
Constructs a new instance of the CustomObject
class
Signature:
constructor(params?: {
keyProperty?: string;
keyValueInteger?: number;
keyValueString?: string;
objectType?: string;
});
Parameter | Type | Description |
---|---|---|
params | { keyProperty?: string; keyValueInteger?: number; keyValueString?: string; objectType?: string; } | (Optional) |