 | ICancellationsGenerateCancellationQuoteWithoutContractIDRequestTypeCancellationDate Property |
The date on which the customer cancellation occurred.
Namespace:
IAS
Assembly:
Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime CancellationDate { get; set; }
Public Property CancellationDate As DateTime
Get
Set
function get CancellationDate () : DateTime
function set CancellationDate (value : DateTime)
function get_CancellationDate();
function set_CancellationDate(value);
Property Value
Type:
DateTime
See Also