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

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

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

/**
 * Payment status enumeration.
 */
public enum PaymentStatus {
    /**
     * Not specified.
     */ 
    NotSpecified,

    /**
     * WAITING payment status.
     */ 
    WAITING, 

    /**
     * CANCELED payment status.
     */ 
    CANCELED, 

    /**
     * EXPIRED payment status.
     */ 
    EXPIRED, 

    /**
     * VALIDATED payment status.
     */ 
    VALIDATED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy