/* tslint:disable */ /* eslint-disable */ /** * deposits * 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. */ /** * The account tax corresponding for deposit account */ export interface AccountTax { /** * The date when the rate availability was created. */ creationDate?: string; /** * The date when the tax source starts to be used by the account. */ fromDate?: string; /** * The last date when the rate availability was modified. */ lastModifiedDate?: string; rateSourceEncodedKey?: string; /** * The id of the source */ rateSourceId?: string; /** * The name of the source */ rateSourceName?: string; savingsAccountEncodedKey?: string; /** * The ending date of the tax source used by the account */ toDate?: string; }