UNPKG

conekta

Version:
49 lines (44 loc) 826 B
/* tslint:disable */ /* eslint-disable */ /** * Conekta API * Conekta sdk * * The version of the OpenAPI document: 2.2.0 * Contact: engineering@conekta.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface DetailsError */ export interface DetailsError { /** * * @type {string} * @memberof DetailsError */ 'code'?: string; /** * * @type {string} * @memberof DetailsError */ 'param'?: string | null; /** * * @type {string} * @memberof DetailsError */ 'message'?: string; /** * * @type {string} * @memberof DetailsError */ 'debug_message'?: string; }