Click or drag to resize

ICancellations Interface

An API for handling cancellations of iAAWG warranties.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICancellations

The ICancellations type exposes the following members.

Methods
  NameDescription
Public methodGenerateCancellationQuote
Creates a quote for the amount of dealer refund due to a customer, if any, should they cancel their contract on the specified date.
Public methodGenerateCancellationQuoteWithoutContractID
Creates a quote for the amount of dealer refund due to a customer, if any, should they cancel their contract on the specified date. This version requires additional details but can be used if the contract ID is unknown.
Public methodGetCancellationDetails
Returns the details of a canceled contract. Meant to be used for looking up cancellation data on IAS-originating contracts where a corresponding cancellation quote was not generated prior to the cancellation being processed.
Public methodGetCancellationList
Returns a list of cancellations matching the supplied search parameters.
Public methodGetPendingCancellationsCount
Returns a count of pending cancellations matching one or more supplied search parameters.
Public methodGetQuoteDetails
Returns the details of a specific cancellation quote.
Public methodSetCancellationEnrollmentPrice
Set the enrollment price for a specific cancellation quote.
Public methodUploadFile
Upload a file relating to a cancellation.
Top
See Also

Reference