UNPKG

@paciolan/cybersource-sdk

Version:
44 lines (43 loc) 1.33 kB
/** * 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 { ReportingV3ConversionDetailsGet400ResponseDetails } from './reporting-v3-conversion-details-get400-response-details'; /** * HTTP status code for client application * @export * @interface ReportingV3ReportsGet400Response */ export interface ReportingV3ReportsGet400Response { /** * Time of request in UTC. * @type {Date} * @memberof ReportingV3ReportsGet400Response */ submitTimeUtc: Date; /** * Documented reason code * @type {string} * @memberof ReportingV3ReportsGet400Response */ reason: string; /** * Short descriptive message to the user. * @type {string} * @memberof ReportingV3ReportsGet400Response */ message: string; /** * Error field list * @type {Array<ReportingV3ConversionDetailsGet400ResponseDetails>} * @memberof ReportingV3ReportsGet400Response */ details: Array<ReportingV3ConversionDetailsGet400ResponseDetails>; }