CancellationsGenerateCancellationQuote Method

Creates a quote for the amount of dealer refund due to a customer, if any, should they cancel their contract on the specified date.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ICancellationsGenerateCancellationQuoteResponseType GenerateCancellationQuote(
	ICancellationsGenerateCancellationQuoteRequestType request
)

Parameters

request
Type: IASICancellationsGenerateCancellationQuoteRequestType
Contains information identifying the customer contract to generate a cancellation quote for.

Return Value

Type: ICancellationsGenerateCancellationQuoteResponseType
A PDF representing the cancellation quote or any error information.

Implements

ICancellationsGenerateCancellationQuote(ICancellationsGenerateCancellationQuoteRequestType)
Remarks