Click or drag to resize

ICreditCards Interface

A service that allows managing credit cards.

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface ICreditCards : IAutoDisposable

The ICreditCards type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this browser.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertySaveCreditCardHandler
Gets or sets a handler that is used when the user is prompted to save a credit card to the credit card store
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also