E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

cashLetterId (property)

A code used to uniquely identify the cash letter inside the file.

Syntax

@property (nonatomic,readwrite,assign,getter=cashLetterId,setter=setCashLetterId:) NSString* cashLetterId;
- (NSString*)cashLetterId;
- (void)setCashLetterId:(NSString*)newCashLetterId;
public var cashLetterId: String {
  get {...}
set {...} }

Default Value

""

Remarks

This code identifies the cash letter, and is assigned by the institution that creates the file. This property is part of the Cash Letter Header record (type 10), and is 8 characters in length. The same value will also be used in the Bundle Header Record (type 20) for the "Bundle Id".

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]