The CSaleUserCards class is used to manage customers' credit cards.
Methods
Method |
Description |
Delete |
The method deletes information about a user's credit card. |
GetByID |
The method returns parameters of the specified credit
card. |
Add |
The method adds information about a new user credit card. |
Update |
The method modifies the information about a new user credit
card. |
GetList |
The method returns records containing information about credit cards according to the
specified criteria. |
CryptData |
The method encrypts or decrypts the credit card number. |
CheckPassword |
The method checks whether the
password for credit card number encryption is set. |
IdentifyCardType |
The method returns the type of the credit card by
its number. |