ICreditCardStoreRemove Method |
Removes the credit card from the store.
Namespace:
DotNetBrowser.Card
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax void Remove(
CreditCard creditCard
)
Parameters
- creditCard
- Type: DotNetBrowser.CardCreditCard
The credit card associated with the removed credit card records.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The 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