UNPKG

@paciolan/cybersource-sdk

Version:
32 lines (31 loc) 1.07 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 { InlineResponse2002EmbeddedCaptureLinks } from './inline-response2002-embedded-capture-links'; /** * This object includes the status of the action and link to the GET method to the following-on capture transaction. * @export * @interface InlineResponse2002EmbeddedCapture */ export interface InlineResponse2002EmbeddedCapture { /** * The status of the capture if the capture is called. * @type {string} * @memberof InlineResponse2002EmbeddedCapture */ status?: string; /** * * @type {InlineResponse2002EmbeddedCaptureLinks} * @memberof InlineResponse2002EmbeddedCapture */ links?: InlineResponse2002EmbeddedCaptureLinks; }