Script: Class dw.customer.CustomerStatusCodes

Class CustomerStatusCodes

  • Object
    • dw.customer.CustomerStatusCodes

CustomerStatusCodes contains constants representing status codes that can be used with a Status object to indicate the success or failure of an operation.

See Also:

Status

Constants

CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST : String = "CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST"

Indicates that an error occurred when trying to perform an operation on an address that is currently associated with a product list.

Properties

Constructor Summary

CustomerStatusCodes()

Method Summary

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

Constructor Detail

CustomerStatusCodes

publicCustomerStatusCodes()