All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mangopay.core.enumerations.ReportStatus Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core.enumerations;

/**
 * Status of a report.
 */
public enum ReportStatus {

    /**
     * Not specified.
     */
    NotSpecified,

    /**
     * Report is pending.
     */
    PENDING,

    /**
     * Report has expired.
     */
    EXPIRED,

    /**
     * Report creation failed.
     */
    FAILED,

    /**
     * Report is ready to download.
     */
    READY_FOR_DOWNLOAD
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy