/* tslint:disable */ /* eslint-disable */ /** * loanproducts * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Holds information about branch availability for the product. */ export interface BranchSettings { /** * Holds the encoded keys of the branches this product should be available for. */ availableProductBranches?: Array; /** * Indicates if this product should be available for all branches */ forAllBranches?: boolean; }