Share via


VendOutPaym_NACHA.addDetailRecord Method [AX 2012]

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

See Also

Reference

VendOutPaym_NACHA Class