Enum CardProductType
Gives the type of card product if this can be determined (e.g. from ASRPD).
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum CardProductType : int
Fields
| Name | Description |
|---|---|
| Commercial | The card is a commercial product |
| Credit | The card is a credit product |
| Debit | The card is a debit product |
| Prepaid | The card is a pre-paid product |
| Unknown | Invalid/unknown constant value. |