@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
25 lines (24 loc) • 596 B
TypeScript
/**
* VRt.Account [AC]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { ServiceStatisticsAccount } from './serviceStatistics';
/**
* Statistics for the specific date.
*/
export interface DateStatisticsAccount {
[key: string]: any | any;
/**
* Date in the YYYY-MM-DD format.
*/
date: string;
/**
* Statistics list for each service on the specified date.
*/
services: Array<ServiceStatisticsAccount>;
}