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

co.omise.models.ChargeStatus Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package co.omise.models;

import com.fasterxml.jackson.annotation.JsonProperty;

public enum ChargeStatus {
    @JsonProperty("failed")Failed,
    @JsonProperty("pending")Pending,
    @JsonProperty("successful")Successful,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy