Interface for initiating an out-of-band invitation from Veriplace to an
end user, allowing the user to opt into this application.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public class InvitationAPI : AsyncCapableAPI<InvitationStatus> |
| Visual Basic (Declaration) |
|---|
Public Class InvitationAPI _ Inherits AsyncCapableAPI(Of InvitationStatus) |
| Visual C++ |
|---|
public ref class InvitationAPI : public AsyncCapableAPI<InvitationStatus^> |
Remarks
The application will receive an HTTP callback from Veriplace when the user completes (or declines) this transaction.
Note that this feature is currently enabled on a per-application basis and is disabled by default. Contact Veriplace Developer Support to request that it be enabled for your application.
See "Using the Invitation API" in the Veriplace Developer Guide for more details.
Inheritance Hierarchy
System..::.Object
Veriplace.Client..::.API
Veriplace.Client..::.AsyncCapableAPI<(Of <(InvitationStatus>)>)
Veriplace.Client..::.InvitationAPI
Veriplace.Client..::.API
Veriplace.Client..::.AsyncCapableAPI<(Of <(InvitationStatus>)>)
Veriplace.Client..::.InvitationAPI