@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1 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.
*/
/**
* Provide validation failed input field details
* @export
* @interface V1FileDetailsGet500ResponseFields
*/
export interface V1FileDetailsGet500ResponseFields {
/**
* Path of the failed property
* @type {string}
* @memberof V1FileDetailsGet500ResponseFields
*/
path?: string;
/**
* Error description about validation failed field
* @type {string}
* @memberof V1FileDetailsGet500ResponseFields
*/
message?: string;
/**
* Localized Key Name
* @type {string}
* @memberof V1FileDetailsGet500ResponseFields
*/
localizationKey?: string;
}