UNPKG

digitalfemsa

Version:
37 lines (32 loc) 971 B
/* tslint:disable */ /* eslint-disable */ /** * Femsa API * Femsa sdk * * The version of the OpenAPI document: 2.1.0 * Contact: engineering@femsa.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.femsa.com/{id} Indicates the url of the Femsa 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; }