/**
 * 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 Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
 */
export interface Nrtfv1webhookswebhookIdreplaysByDeliveryStatus {
    /**
     * The status of the webhook. Options are FAILED or RETRY
     * @type {string}
     * @memberof Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
     */
    status?: string;
    /**
     * The start time in yyyy-mm-dd hh:mm:ss.ms format. Maximum value is 1 month prior to todays system time.  The difference between Start Time and End Time cannot exceed a 24 hour window within the last month.
     * @type {Date}
     * @memberof Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
     */
    startTime?: Date;
    /**
     * The end time in yyyy-mm-dd hh:mm:ss.ms format.  The difference between Start Time and End Time cannot exceed a 24 hour window within the last month.
     * @type {Date}
     * @memberof Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
     */
    endTime?: Date;
    /**
     * Alternative parameter to startTime/endTime.  It evaluates the startTime using the current system time (endTime) and the hoursBack value (default = 24hrs).
     * @type {number}
     * @memberof Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
     */
    hoursBack?: number;
    /**
     *
     * @type {string}
     * @memberof Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
     */
    productId?: string;
    /**
     *
     * @type {string}
     * @memberof Nrtfv1webhookswebhookIdreplaysByDeliveryStatus
     */
    eventType?: string;
}
