GetTransfersAmount

This function will return amount of transfers value by status. Bank statuses: 0 – not processed, 1 – processed, 2- accepted.

Syntax

GetTransfersAmount("Status");

Function arguments

This function does not take any arguments.

Return value

This function returns Decimal. Return amount of transfers value by status.

Examples

Example 1: Get amount of accepted transfers value for current case.

GetTransfersAmount("2");