SalesOrder Class

Contains methods for setting and retrieving sales order record information.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.UtilitySalesOrder

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract class SalesOrder

The SalesOrder type exposes the following members.

Methods
  NameDescription
Public methodSetAnonymousUserCookieExpiration
Determines the amount of time (in days) before an anonymous user's sales order cookie will expire.
Properties
  NameDescription
Public propertyHasPending
Indicates whether there's a sales order pending or if one has not been created. Critical that you use this first before accessing .ID--see note on that property.
Public propertyID
Creates a SalesOrder record if one doesn't exist yet.