github.com/moov-io/imagecashletter@v0.10.1/client/docs/IclFileHeader.md (about) 1 # IclFileHeader 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **ID** | **string** | FileHeader ID | [optional] 8 **StandardLevel** | **string** | StandardLevel identifies the standard level of the file. * `03` - DSTU X9.37-2003 * `30` - X9.100-187-2008 * `35` - X9.100-187-2013 and X9.100-187-2016 | 9 **TestIndicator** | **string** | TestIndicator identifies whether the file is a test or production file. * `T` - Test File * `P` - Production File | 10 **ImmediateDestination** | **string** | ImmediateDestination is the routing and transit number of the Federal Reserve Bank (FRB) or receiver to which the file is being sent. | 11 **ImmediateOrigin** | **string** | ImmediateOrigin is the routing and transit number of the Federal Reserve Bank (FRB) or originator from which the file is being sent. | 12 **FileCreationDate** | [**time.Time**](time.Time.md) | FileCreationDate is the date the immediate origin institution creates the file. | 13 **FileCreationTime** | [**time.Time**](time.Time.md) | FileCreationTime is the time the immediate origin institution creates the file. | 14 **ResendIndicator** | **string** | ResendIndicator indicates whether the file has been previously transmitted. (Y - Yes, N - No) | 15 **ImmediateDestinationName** | **string** | ImmediateDestinationName identifies the short name of the institution that receives the file. | [optional] 16 **ImmediateOriginName** | **string** | immediateOriginName identifies the short name of the institution that sends the file. | [optional] 17 **FileIDModifier** | **string** | FileIDModifier is a code that permits multiple files, created on the same date, at the same time, and sent between the same institutions, to be distinguished from one another. If FileHeader ImmediateDestination, ImmediateOrigin, FileCreationDate, and FileCreationTime in a previous file are equal to the same fields in this file, FileIDModifier must be defined. | [optional] 18 **CountryCode** | **string** | CountryCode is a 2-character code as approved by the International Organization for Standardization (ISO) used to identify the country in which the payer bank is located. | [optional] 19 **UserField** | **string** | UserField identifies a field used at the discretion of users of the standard. | [optional] 20 **CompanionDocumentIndicator** | **string** | CompanionDocumentIndicator indicates the Companion Document being used. It shall be present only under clearing arrangements, where Companion Document usage and values are defined. Values: * 0–9 - Reserved for United States use * A–J - Reserved for Canadian use * Other - Defined by clearing arrangements | [optional] 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24