UNPKG

@paciolan/cybersource-sdk

Version:
50 lines (49 loc) 2.2 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 { TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication } from './tss-v2-transactions-get200-response-consumer-authentication-information-strong-authentication'; /** * * @export * @interface TssV2TransactionsGet200ResponseConsumerAuthenticationInformation */ export interface TssV2TransactionsGet200ResponseConsumerAuthenticationInformation { /** * Raw electronic commerce indicator (ECI). For details, see `eci_raw` request field description in [Credit Card Services Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) * @type {string} * @memberof TssV2TransactionsGet200ResponseConsumerAuthenticationInformation */ eciRaw?: string; /** * Cardholder authentication verification value (CAVV). * @type {string} * @memberof TssV2TransactionsGet200ResponseConsumerAuthenticationInformation */ cavv?: string; /** * Transaction identifier. For details, see `xid` request field description in [Credit Card Services Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) * @type {string} * @memberof TssV2TransactionsGet200ResponseConsumerAuthenticationInformation */ xid?: string; /** * Payer auth Transaction identifier. * @type {string} * @memberof TssV2TransactionsGet200ResponseConsumerAuthenticationInformation */ transactionId?: string; /** * * @type {TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication} * @memberof TssV2TransactionsGet200ResponseConsumerAuthenticationInformation */ strongAuthentication?: TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication; }