UNPKG

@paciolan/cybersource-sdk

Version:
56 lines (55 loc) 1.36 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 { V1FileDetailsGet500ResponseFields } from './v1-file-details-get500-response-fields'; /** * Error Bean * @export * @interface InlineResponse4004 */ export interface InlineResponse4004 { /** * Error code * @type {string} * @memberof InlineResponse4004 */ code: string; /** * Error message * @type {string} * @memberof InlineResponse4004 */ message: string; /** * Localization Key Name * @type {string} * @memberof InlineResponse4004 */ localizationKey?: string; /** * Correlation Id * @type {string} * @memberof InlineResponse4004 */ correlationId?: string; /** * Error Detail * @type {string} * @memberof InlineResponse4004 */ detail?: string; /** * Error fields List * @type {Array<V1FileDetailsGet500ResponseFields>} * @memberof InlineResponse4004 */ fields?: Array<V1FileDetailsGet500ResponseFields>; }