UNPKG

@paciolan/cybersource-sdk

Version:
61 lines (60 loc) 2.28 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. */ /** * * @export * @interface PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ export interface PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr { /** * Flag to indicate if a valid IVR transaction was detected. * @type {boolean} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ enabledMessage?: boolean; /** * Encryption key to be used in the event the ACS requires encryption of the credential field. * @type {string} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ encryptionKey?: string; /** * Flag to indicate if the ACS requires the credential to be encrypted. * @type {boolean} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ encryptionMandatory?: boolean; /** * An indicator from the ACS to inform the type of encryption that should be used in the event the ACS requires encryption of the credential field. * @type {string} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ encryptionType?: string; /** * An ACS Provided label that can be presented to the Consumer. Recommended use with an application. * @type {string} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ label?: string; /** * An ACS provided string that can be presented to the Consumer. Recommended use with an application. * @type {string} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ prompt?: string; /** * An ACS provided message that can provide additional information or details. * @type {string} * @memberof PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationIvr */ statusMessage?: string; }