UNPKG

@paciolan/cybersource-sdk

Version:
26 lines (25 loc) 925 B
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { ReportingV3ReportDefinitionsGet200ResponseReportDefinitions } from './reporting-v3-report-definitions-get200-response-report-definitions'; /** * * @export * @interface ReportingV3ReportDefinitionsGet200Response */ export interface ReportingV3ReportDefinitionsGet200Response { /** * * @type {Array<ReportingV3ReportDefinitionsGet200ResponseReportDefinitions>} * @memberof ReportingV3ReportDefinitionsGet200Response */ reportDefinitions?: Array<ReportingV3ReportDefinitionsGet200ResponseReportDefinitions>; }