Interface Addenda10

Addenda10

interface Addenda10 {
    entryDetailSequenceNumber: number;
    foreignPaymentAmount: number;
    foreignTraceNumber?: string;
    id?: string;
    name: string;
    transactionTypeCode?: string;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

Addenda10

foreignPaymentAmount: number

For inbound IAT payments this field should contain the USD amount or may be blank.

Addenda10

foreignTraceNumber?: string

Trace number

Addenda10

id?: string

Client-defined string used as a reference to this record.

Addenda10

name: string

Receiving Company Name/Individual Name

Addenda10

transactionTypeCode?: string

Describes the type of payment: 'ANN' = Annuity | 'BUS' = Business/Commercial | 'DEP' = Deposit | 'LOA' = Loan | 'MIS' = Miscellaneous | 'MOR' = Mortgage | 'PEN' = Pension | 'RLS' = Rent/Lease | 'REM' = Remittance2 | 'SAL' = Salary/Payroll | 'TAX' = Tax | 'TEL' = Telephone-Initiated Transaction | 'WEB' = Internet-Initiated Transaction | 'ARC' = Accounts Receivable Entry | 'BOC' = Back Office Conversion Entry | 'POP' = Point of Purchase Entry | 'RCK' = Re-presented Check Entry

Addenda10

typeCode: string

10 - NACHA regulations

Addenda10