github.com/moov-io/imagecashletter@v0.10.1/client/docs/CashLetterHeader.md (about) 1 # CashLetterHeader 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **ID** | **string** | CashLetterHeader ID | [optional] 8 **CollectionTypeIndicator** | **string** | CollectionTypeIndicator is a code that identifies the type of cash letter. * `00` - Preliminary Forward Information * `01` - Forward Presentment * `02` - Forward Presentment - Same-Day Settlement * `03` - Return * `04` - Return Notification * `05` - Preliminary Return Notification * `06` - Final Return Notification * `20` - No Detail * `99` - Bundles not the same collection type. Use of the value is only allowed by clearing arrangement. | [optional] 9 **DestinationRoutingNumber** | **string** | DestinationRoutingNumber is the routing and transit number of the institution that receives and processes the cash letter or the bundle. | [optional] 10 **EceInstitutionRoutingNumber** | **string** | ECEInstitutionRoutingNumber is the routing and transit number of the institution that creates the Cash Letter Header record. | [optional] 11 **CashLetterBusinessDate** | [**time.Time**](time.Time.md) | cashLetterBusinessDate is the business date of the cash letter. | [optional] 12 **CashLetterCreationDate** | [**time.Time**](time.Time.md) | cashLetterCreationDate is the date that the cash letter is created. | [optional] 13 **CashLetterCreationTime** | [**time.Time**](time.Time.md) | CashLetterCreationTime is the time that the cash letter is created. | [optional] 14 **RecordTypeIndicator** | **string** | RecordTypeIndicator is a code that indicates the presence of records or the type of records contained in the cash letter. If an image is associated with any Check or Return, the cash letter must have a RecordTypeIndicator of I or F. * `N` - No electronic check records or image records (Type 2x’s, 3x’s, 5x’s); e.g., an empty cash letter. * `E` - Cash letter contains electronic check records with no images (Type 2x’s and 3x’s only). * `I` - Cash letter contains electronic check records (Type 2x’s, 3x’s) and image records (Type 5x’s). * `F` - Cash letter contains electronic check records (Type 2x’s and 3x’s) and image records (Type 5x’s) that correspond to a previously sent cash letter (i.e., E file). | [optional] 15 **DocumentationTypeIndicator** | **string** | DocumentationTypeIndicator is a code that indicates the type of documentation that supports all check records in the cash letter. * `A` - No image provided, paper provided separately * `B` - No image provided, paper provided separately, image upon request * `C` - Image provided separately, no paper provided * `D` - Image provided separately, no paper provided, image upon request * `E` - Image and paper provided separately * `F` - Image and paper provided separately, image upon request * `G` - Image included, no paper provided * `H` - Image included, no paper provided, image upon request * `I` - Image included, paper provided separately * `J` - Image included, paper provided separately, image upon request * `K` - No image provided, no paper provided * `L` - No image provided, no paper provided, image upon request * `M` - No image provided, Electronic Check provided separately * `Z` - Not Same Type–Documentation associated with each item in Cash Letter will be different. | [optional] 16 **CashLetterID** | **string** | CashLetterID uniquely identifies the cash letter. It is assigned by the institution that creates the cash letter and must be unique within a Cash Letter Business Date. | [optional] 17 **OriginatorContactName** | **string** | OriginatorContactName is the name of a contact at the institution that creates the cash letter. | [optional] 18 **OriginatorContactPhoneNumber** | **string** | OriginatorContactPhoneNumber is the phone number of the contact at the institution that creates the cash letter. | [optional] 19 **FedWorkType** | **string** | fedWorkType is any valid code specified by the Federal Reserve Bank. | [optional] 20 **ReturnsIndicator** | **string** | ReturnsIndicator identifies type of returns. * ` ` - Original Message * `E` - Administrative - items being returned that are handled by the bank and usually do not directly affect the customer or its account. * `R` - Customer–items being returned that directly affect a customer’s account. * `J` - Reject Return | [optional] 21 **UserField** | **string** | UserField is a field used at the discretion of users of the standard | [optional] 22 23 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 25