BankIBSLog_BE::createPaymFileRecordForSEPA Method
Inserts a record into the BankIBSLog_BE table for the specified file name, payment type, and bank account.
Syntax
server public static void createPaymFileRecordForSEPA(
Filename _fName,
BankIBSPaymType _paymType,
CompanyBankAccountId _bankAccountId)
Run On
Server
Parameters
- _fName
Type: Filename Extended Data Type
A file name.
- _paymType
Type: BankIBSPaymType Enumeration
A payment type.
- _bankAccountId
Type: CompanyBankAccountId Extended Data Type
A bank account ID.
Remarks
This method is specific to SEPA credit transfer.