Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomObject

CustomObject class

Document representing a custom object that contains all defined custom attributes for its object type.

Signature:

export declare class CustomObject extends BaseModel<CustomObject> 

Extends: BaseModel<CustomObject

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the CustomObject class

Properties

Property Modifiers Type Description
keyProperty?   string (Optional) The name of the key property for the custom object.
keyValueInteger?   number (Optional) The id of the custom object when the type of the key is Integer.
keyValueString?   string (Optional) The id of the custom object when the type of the key is String.
objectType?   string (Optional) The id of the object type.