/**
 * 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 PushFunds201ResponseProcessorInformation
 */
export interface PushFunds201ResponseProcessorInformation {
    /**
     * Network transaction identifier (TID). This value can be used to identify a specific transaction when you are discussing the transaction with your processor.
     * @type {number}
     * @memberof PushFunds201ResponseProcessorInformation
     */
    transactionId?: number;
    /**
     * Transaction status from the processor.
     * @type {string}
     * @memberof PushFunds201ResponseProcessorInformation
     */
    responseCode?: string;
    /**
     * Issuer-generated approval code for the transaction.
     * @type {string}
     * @memberof PushFunds201ResponseProcessorInformation
     */
    approvalCode?: string;
    /**
     * System audit number. Returned by authorization and incremental authorization services.  Visa Platform Connect  System trace number that must be printed on the customer's receipt.
     * @type {string}
     * @memberof PushFunds201ResponseProcessorInformation
     */
    systemTraceAuditNumber?: string;
    /**
     * Used by Visa only and contains the response source/reason code that identifies the source of the response decision.
     * @type {string}
     * @memberof PushFunds201ResponseProcessorInformation
     */
    responseCodeSource?: string;
    /**
     * Unique reference number returned by the processor that identifies the transaction at the network.  Supported by Mastercard Send
     * @type {string}
     * @memberof PushFunds201ResponseProcessorInformation
     */
    retrievalReferenceNumber?: string;
}
