/* tslint:disable */ /* eslint-disable */ /** * loans * 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. */ /** * Represents the input for the collateral assets reevaluation background task. */ export interface CollateralAssetFilter { /** * Assets of the loan accounts that will be filtered by the branch keys in the background process */ branchKeys?: Array; /** * Assets of the loan accounts that will be filtered by the currency codes in the background process */ currencies?: Array; /** * Assets of the loan accounts that will be filtered by the product keys in the background process */ productKeys?: Array; }