github.com/moov-io/imagecashletter@v0.10.1/client/model_bundle.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 // Bundle struct for Bundle 13 type Bundle struct { 14 BundleHeader BundleHeader `json:"bundleHeader,omitempty"` 15 Checks []Checks `json:"checks,omitempty"` 16 Returns []Returns `json:"returns,omitempty"` 17 BundleControl BundleControl `json:"bundleControl,omitempty"` 18 }