@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
44 lines (43 loc) • 1.45 kB
TypeScript
/**
* 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 ReportingV3ReportSubscriptionsnameDelete404Response
*/
export interface ReportingV3ReportSubscriptionsnameDelete404Response {
/**
* Time of request in UTC.
* @type {Date}
* @memberof ReportingV3ReportSubscriptionsnameDelete404Response
*/
submitTimeUtc: Date;
/**
* Documented reason code
* @type {string}
* @memberof ReportingV3ReportSubscriptionsnameDelete404Response
*/
reason: string;
/**
* Short descriptive message to the user.
* @type {string}
* @memberof ReportingV3ReportSubscriptionsnameDelete404Response
*/
message: string;
/**
* Error field list
* @type {Array<ReportingV3ConversionDetailsGet400ResponseDetails>}
* @memberof ReportingV3ReportSubscriptionsnameDelete404Response
*/
details: Array<ReportingV3ConversionDetailsGet400ResponseDetails>;
}