Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is be called whenever a detail record is added to the NACHA EFT
Syntax
public void addIATDetailRecord(
Voucher _voucher,
str bankRoutingNumber,
AmountCur debitAmount,
AmountCur creditAmount,
CustVendNACHAIATInfoTable_US _iatInfoTable,
VendTable _vendTable)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher number of the transaction.
- bankRoutingNumber
Type: str
The bank routing number.
- debitAmount
Type: AmountCur Extended Data Type
The debit amount of the transaction.
- creditAmount
Type: AmountCur Extended Data Type
The credit amount of the transaction.
- _iatInfoTable
Type: CustVendNACHAIATInfoTable_US Table
A table buffer of the IAT information entered for the transaction.
- _vendTable
Type: VendTable Table
A table buffer of the vendor information.