getCustomTokenProperty()
getCustomTokenProperty() API gets an array of customTokenProperty for the specified tokens.
Syntax
public String[] getCustomTokenProperty (String[] tokens, String tableName)
Request Parameters
| Parameters | Data Types | Descriptions | 
|---|---|---|
| tokens | string[] | Token(s) for which customTokenProperty(s) is required. | 
| tableName | string | The table from which customTokenProperty(s) is required. | 
Returned Values
Returned string array of customTokenProperty(s).
Exception
Throws TokenException if:
- The parameters are missing or invalid. 
- There is a problem with connecting or using the Key Manager or the database.