Method Remove
- Namespace
- DotNetBrowser.Card
- Assembly
- DotNetBrowser.dll
Remove(CreditCard)
Removes the credit card from the store.
void Remove(CreditCard creditCard)
Parameters
creditCard
CreditCardThe credit card associated with the removed credit card records.
Remarks
Removed credit cards are not displayed in the autofill suggestion pop-up.
Exceptions
- ObjectDisposedException
The ICreditCardStore has already been disposed.
- ArgumentException
The
creditCard
is null.