/**
 * 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 { TssV2TransactionsPost201ResponseEmbeddedProcessorInformationProcessor } from './tss-v2-transactions-post201-response-embedded-processor-information-processor';
/**
 *
 * @export
 * @interface TssV2TransactionsPost201ResponseEmbeddedProcessorInformation
 */
export interface TssV2TransactionsPost201ResponseEmbeddedProcessorInformation {
    /**
     *
     * @type {TssV2TransactionsPost201ResponseEmbeddedProcessorInformationProcessor}
     * @memberof TssV2TransactionsPost201ResponseEmbeddedProcessorInformation
     */
    processor?: TssV2TransactionsPost201ResponseEmbeddedProcessorInformationProcessor;
    /**
     * Authorization code. Returned only when the processor returns this value.  The length of this value depends on your processor.  Returned by authorization service.  #### PIN debit Authorization code that is returned by the processor.  Returned by PIN debit credit.  #### Elavon Encrypted Account Number Program The returned value is OFFLINE.  #### TSYS Acquiring Solutions The returned value for a successful zero amount authorization is 000000.
     * @type {string}
     * @memberof TssV2TransactionsPost201ResponseEmbeddedProcessorInformation
     */
    approvalCode?: string;
}
