Share via


BankDocumentFacilityAgreement::checkBankAccountActived Method

Validates that the bank account is still active during the time period.

Syntax

server private static boolean checkBankAccountActived(
    CompanyBankAccountId _bankAccount, 
    ValidFromDateTime _validFromDateTime, 
    ValidToDateTime _validToDateTime)

Run On

Server

Parameters

Return Value

Type: boolean
true if the bank account is still active; otherwise, false.

See Also

Reference

BankDocumentFacilityAgreement Table