ICreditCardStoreRemove Method  | 
 
                Removes the credit card from the store.
            
 
    Namespace: 
   DotNetBrowser.Card
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntaxvoid 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.
             | 
RemarksRemoved credit cards are not displayed in the autofill suggestion pop-up.
See Also