Click or drag to resize
Infosoft Logo

InfoWebCustomerInfoIsCustomerJustCreated Property

Boolean value that indicates if the customer was just created. In most cases this will be false, but when calling CreateOrUpdateCustomer (or similar) it can return true.

Namespace: Infosoft.Webservices.Subscription.helpclasses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public bool IsCustomerJustCreated { get; set; }

Property Value

Boolean
See Also