github.com/moov-io/imagecashletter@v0.10.1/client/docs/IclFileControl.md (about)

     1  # IclFileControl
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ID** | **string** | FileControl ID | [optional] 
     8  **CashLetterCount** | **int32** | CashLetterCount identifies the total number of cash letters within the file. | 
     9  **TotalRecordCount** | **int32** | TotalRecordCount identifies the total number of records of all types sent in the file, including the FileControl. | 
    10  **TotalItemCount** | **int32** | totalItemCount identifies the total number of Items sent within the file. | 
    11  **FileTotalAmount** | **int32** | FileTotalAmount identifies the total Item amount of the complete file. | 
    12  **ImmediateOriginContactName** | **string** | immediateOriginContactName identifies a contact at the institution that creates the file. | [optional] 
    13  **ImmediateOriginContactPhoneNumber** | **string** | ImmediateOriginContactPhoneNumber identifies the phone number of the contact at the institution that creates the file. | [optional] 
    14  **CreditTotalIndicator** | **int32** | CreditTotalIndicator is a code that indicates whether Credit Items are included in this record’s totals. If so, they will be included in TotalItemCount and FileTotalAmount. TotalRecordCount includes all records of all types regardless of the value of this field. * ` ` - No Credit Items * `0` - Credit Items are not included in totals * `1` - Credit Items are included in totals  | [optional] 
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18