getTokenFormatInfo()
Reads token format information from the database. This is used only for customer-created token formats.
Syntax
public void getTokenFormatInfo (Connection conn, HashMap<String, String> info) throws SQLException
Request Parameters
| Parameter | Type | Description | 
|---|---|---|
| info | String | Output object that must be populated with detailed about the token format. The following string pairs must be set: • FormatId- Identifier of the new format.• MinimumFormatId- Minimum format identifier value.• FormatDescription- Text description of the format.• LeadPositions- Lead positions for the format.• TrailPositions- Trail positions for the format.• LeadMask- Lead mask for the format.• LuhnCheck- Luhn check value for the format.• TokenLength- Length of the result token.• Splitter- Splitter regular expression.• Splicer- Splicer definition. |