UNPKG

conekta

Version:
37 lines (32 loc) 981 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. */ /** * contains the following attributes that will guide to continue the flow * @export * @interface OrderNextActionResponseRedirectToUrl */ export interface OrderNextActionResponseRedirectToUrl { /** * pay.conekta.com/{id} Indicates the url of the Conekta component to authenticate the flow through 3DS2. * @type {string} * @memberof OrderNextActionResponseRedirectToUrl */ 'url'?: string; /** * Indicates the url to which the 3DS2 flow returns at the end, when the integration is redirected. * @type {string} * @memberof OrderNextActionResponseRedirectToUrl */ 'return_url'?: string; }