github.com/moov-io/imagecashletter@v0.10.1/client/docs/BundleHeader.md (about) 1 # BundleHeader 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **ID** | **string** | BundleHeader ID | [optional] 8 **CollectionTypeIndicator** | **string** | A code that identifies the type of bundle. It is the same value as the CollectionTypeIndicator in the CashLetterHeader within which the bundle is contained, unless the CollectionTypeIndicator in the CashLetterHeader is 99. * `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 | [optional] 9 **DestinationRoutingNumber** | **string** | DestinationRoutingNumber contains the routing and transit number of the institution that receives and processes the cash letter or the bundle. | [optional] 10 **EceInstitutionRoutingNumber** | **string** | ECEInstitutionRoutingNumber contains the routing and transit number of the institution that that creates the bundle header. | [optional] 11 **BundleBusinessDate** | [**time.Time**](time.Time.md) | BundleBusinessDate is the business date of the bundle. | [optional] 12 **BundleCreationDate** | [**time.Time**](time.Time.md) | BundleCreationDate is the date that the bundle is created. | [optional] 13 **BundleID** | **string** | BundleID is a number that identifies the bundle, assigned by the institution that creates the bundle. | [optional] 14 **BundleSequenceNumber** | **string** | BundleSequenceNumber is a number assigned by the institution that creates the bundle. Usually denotes the relative position of the bundle within the cash letter. | [optional] 15 **CycleNumber** | **string** | CycleNumber is a code assigned by the institution that creates the bundle. Denotes the cycle under which the bundle is created. | [optional] 16 **ReturnLocationRoutingNumber** | **string** | ReturnLocationRoutingNumber is a bank routing number used by some processors. This will be blank in the resulting file if it is empty. | [optional] 17 **UserField** | **string** | UserField identifies a field used at the discretion of users of the standard. | [optional] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21