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

     1  # CashLetterControl
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ID** | **string** | CashLetterControl ID | [optional] 
     8  **CashLetterBundleCount** | **int32** | CashLetterBundleCount identifies the total number of bundles within the cash letter. | [optional] 
     9  **CashLetterItemsCount** | **int32** | CashLetterItemsCount identifies the total number of items within the cash letter. | 
    10  **CashLetterTotalAmount** | **int32** | CashLetterTotalAmount identifies the total dollar value of all item amounts within the cash letter. | 
    11  **CashLetterImagesCount** | **int32** | CashLetterImagesCount identifies the total number of ImageViewDetail(s) within the CashLetter. | [optional] 
    12  **EceInstitutionName** | **string** | ECEInstitutionName identifies the short name of the institution that creates the CashLetterControl. | [optional] 
    13  **SettlementDate** | [**time.Time**](time.Time.md) | SettlementDate identifies the date that the institution that creates the cash letter expects settlement. | 
    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