RPayModuleControl.callMethod Method [AX 2012]

Calls method for specified object.

Syntax

public str callMethod(
    Object _object, 
    str _prefix, 
   [str _defaultValue])

Run On

Server

Parameters

  • _prefix
    Type: str
    The method prefix.
  • _defaultValue
    Type: str
    Default value.

Return Value

Type: str
The result of called method.

See Also

Reference

RPayModuleControl Class