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 should be called from the VendOutPaymRecord_NACHA_XXX classes when you add a payment record to the output file. The transaction totals are incremented, and the Routing Hash is updated with the routing number of the bank account for the payment record.
Syntax
public void addDetailRecord(
str formatType,
str bankRoutingNumber,
AmountCur debitAmount,
AmountCur creditAmount)
Run On
Called
Parameters
- formatType
Type: str
- bankRoutingNumber
Type: str
- debitAmount
Type: AmountCur Extended Data Type
- creditAmount
Type: AmountCur Extended Data Type