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