/**
 * 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 PtsV1TransactionBatchesGet200ResponseTransactionBatches
 */
export interface PtsV1TransactionBatchesGet200ResponseTransactionBatches {
    /**
     * Unique identifier assigned to the batch file.
     * @type {string}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    id?: string;
    /**
     * Date when the batch template was update.
     * @type {string}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    uploadDate?: string;
    /**
     * The date when the batch template processing completed.
     * @type {string}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    completionDate?: string;
    /**
     * Number of transactions in the transaction.
     * @type {number}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    transactionCount?: number;
    /**
     * Number of transactions accepted.
     * @type {number}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    acceptedTransactionCount?: number;
    /**
     * Number of transactions rejected.
     * @type {string}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    rejectedTransactionCount?: string;
    /**
     * The status of you batch template processing.
     * @type {string}
     * @memberof PtsV1TransactionBatchesGet200ResponseTransactionBatches
     */
    status?: string;
}
