With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class CustomerOptions

Contains options that for the customer system.

Inheritance
System.Object
CustomerOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class CustomerOptions

Constructors

CustomerOptions()

Declaration
public CustomerOptions()

Properties

AddressCacheExpiration

Gets or sets the address expiration time.

Declaration
public TimeSpan AddressCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

AddressCollectionCacheExpiration

Gets or sets the address collection expiration time.

Declaration
public TimeSpan AddressCollectionCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

ContactCacheExpiration

Gets or sets the contact expiration time.

Declaration
public TimeSpan ContactCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

ContactCollectionCacheExpiration

Gets or sets the contact collection expiration time.

Declaration
public TimeSpan ContactCollectionCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

CreditCardCacheExpiration

Gets or sets the credit card expiration time.

Declaration
public TimeSpan CreditCardCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

CreditCardCollectionCacheExpiration

Gets or sets the credit card collection expiration time.

Declaration
public TimeSpan CreditCardCollectionCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

OrganizationCacheExpiration

Gets or sets the organization expiration time.

Declaration
public TimeSpan OrganizationCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

OrganizationCollectionCacheExpiration

Gets or sets the organization collection expiration time.

Declaration
public TimeSpan OrganizationCollectionCacheExpiration { get; set; }
Property Value
Type Description
System.TimeSpan
Remarks

Default value is 1 minute.

UseCache

Gets or sets if the cache is enabled.

Declaration
public bool UseCache { get; set; }
Property Value
Type Description
System.Boolean
Remarks

Default value is true.