Click or drag to resize

OrderWebExpireDate Property

If the order is an offer, this date will signal when the order is expiring and thus deleted (if no payment has occured before that date).

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DateTime? ExpireDate { get; set; }

Property Value

Type: NullableDateTime
See Also