Click or drag to resize

ICreditCardStoreRemove Method

Removes the credit card from the store.

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

Parameters

creditCard
Type: DotNetBrowser.CardCreditCard
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