Splits a Credit Card number into its four parts for display in the User Interface, Scripts, HTML Widgets or Portals.
Syntax
finBankingFunctions.GetCreditCardParts(creditCardNumber, cardNumberPart1, cardNumberPart2, cardNumberPart3, cardNumberPart4)
Parameters
| Name | Type | Optional | ByRef | Description |
| creditCardNumber |
String |
|
|
The Credit Card number. |
| cardNumberPart1 |
String |
|
ByRef |
Digits 1 to 4 (inclusive) of the Credit Card number. |
| cardNumberPart2 |
String |
|
ByRef |
Digits 5 to 8 (inclusive) of the Credit Card number. |
| cardNumberPart3 |
String |
|
ByRef |
Digits 9 to 12 (inclusive) of the Credit Card number. |
| cardNumberPart4 |
String |
|
ByRef |
Digits 13 to 16 (inclusive) of the Credit Card number. |
- Member of:
- finBankingFunctions
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0