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

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

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

/**
 * Hook status enumeration.
 */
public enum HookStatus {
    /**
     * Not specified.
     */
    NotSpecified,

    /*
     * DISABLED hook status.
     */
    DISABLED,

    /*
     * ENABLED hook status.
     */
    ENABLED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy