Click or drag to resize

ICreditCardStore.Remove Method

Removes the credit card from the store.

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
Syntax
C#
void Remove(
	CreditCard creditCard
)

Parameters

creditCard
Type: DotNetBrowser.Card.CreditCard
The credit card associated with the removed credit card records.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ICreditCardStore has already been disposed.
ArgumentException The creditCard is null.
Remarks
Removed credit cards are not displayed in the autofill suggestion pop-up.
See Also