github.com/moov-io/imagecashletter@v0.10.1/client/model_check_detail_addendum_b.go (about) 1 /* 2 * ImageCashLetter API 3 * 4 * Moov Image Cash Letter (ICL) implements an HTTP API for creating, parsing, and validating ImageCashLetter files. 5 * 6 * API version: v1 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package openapi 11 12 // CheckDetailAddendumB struct for CheckDetailAddendumB 13 type CheckDetailAddendumB struct { 14 // CheckDetailAddendumB ID 15 ID string `json:"ID,omitempty"` 16 // ImageReferenceKeyIndicator identifies whether ImageReferenceKeyLength contains a variable value within the allowable range, or contains a defined value and the content is ItemReferenceKey. * `0` - ImageReferenceKeyIndicator has a Defined Value of 0034 and ImageReferenceKey contains the Image Reference Key. * `1`- ImageReferenceKeyIndicator contains a value other than 0034; or ImageReferenceKeyIndicator contains Value 0034, which is not a Defined Value, and the content of ImageReferenceKey has no special significance with regards to an Image Reference Key; or ImageReferenceKeyIndicator is 0000, meaning the ImageReferenceKey is not present. 17 ImageReferenceKeyIndicator int32 `json:"imageReferenceKeyIndicator,omitempty"` 18 // microfilmArchiveSequenceNumber is a number that identifies the item in the microfilm archive system; it may be different than the Check.ECEInstitutionItemSequenceNumber and from the ImageReferenceKey. 19 MicrofilmArchiveSequenceNumber string `json:"microfilmArchiveSequenceNumber"` 20 // ImageReferenceKeyLength is the number of characters in the ImageReferenceKey. * `0034` - ImageReferenceKey contains the ImageReferenceKey (ImageReferenceKeyIndicator is 0). * `0000` - ImageReferenceKey not present (ImageReferenceKeyIndicator is 1). * `0001` - 9999: May include Value 0034, and ImageReferenceKey has no special significance to Image Reference Key (ImageReferenceKey is 1). 21 LengthImageReferenceKey string `json:"lengthImageReferenceKey,omitempty"` 22 // ImageReferenceKey is used to find the image of the item in the image data system. Size is variable based on lengthImageReferenceKey. The position within the file is variable based on the lengthImageReferenceKey. 23 ImageReferenceKey string `json:"imageReferenceKey,omitempty"` 24 // Descript describes the transaction. The position within the file is variable based on the lengthImageReferenceKey. 25 Descript string `json:"descript,omitempty"` 26 // UserField identifies a field used at the discretion of users of the standard. 27 UserField string `json:"userField,omitempty"` 28 }