 | ICancellationsGenerateCancellationQuote 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)
SyntaxICancellationsGenerateCancellationQuoteResponseType GenerateCancellationQuote(
ICancellationsGenerateCancellationQuoteRequestType request
)
Function GenerateCancellationQuote (
request As ICancellationsGenerateCancellationQuoteRequestType
) As ICancellationsGenerateCancellationQuoteResponseType
function GenerateCancellationQuote(
request : ICancellationsGenerateCancellationQuoteRequestType
) : ICancellationsGenerateCancellationQuoteResponseType
function GenerateCancellationQuote(request);
Parameters
- request
- Type: IASICancellationsGenerateCancellationQuoteRequestType
Contains information identifying the customer contract to generate a cancellation quote for.
Return Value
Type:
ICancellationsGenerateCancellationQuoteResponseTypeA PDF representing the cancellation quote or any error information.
Remarks
See Also