Class InternalObject

Class used to wrap internal objects to hide them from B2C Commerce Script code.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
toString()Returns a string representation of this object.
valueOf()Returns a string representation of this object.

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Method Details 

toString() 

toString(): String

Returns a string representation of this object.

Returns:

  • a string representation of this object.

valueOf() 

valueOf(): String

Returns a string representation of this object.

Returns:

  • a string representation of this object.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!