GetTransfersTaxAmount
This function will return amount tax of transfers value by status. Bank statuses: 0 – not processed, 1 – processed, 2- accepted.
Syntax
GetTransfersTaxAmount();
Function arguments
This function does not take any arguments.
Return value
This function returns Decimal.
Return amount tax of transfers value by status.
Examples
Example 1:
Get amount tax of accepted transfers value for current case.
GetTransfersTaxAmount("2");