getNickName

Description

Returns the gateway’s nickname (display name), if it has been set using the gatewayHelper object setNickName method.

Syntax

string = getNickName()

Returns

The gateway’s nickname, if any; empty string, otherwise.

Example

See GatewayHelper example, in the Developing ColdFusion Applications, which uses all GatewayHelper class methods.