Method Add
- Namespace
- DotNetBrowser.Card
- Assembly
- DotNetBrowser.dll
Add(CreditCard)
Adds the credit card to the store.
void Add(CreditCard creditCard)
Parameters
creditCardCreditCardThe credit card associated with the removed credit card records.
Exceptions
- ObjectDisposedException
The ICreditCardStore has already been disposed.
- ArgumentException
The
creditCardis null, or there is a card validation failure.