co.omise.models.ChargeStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omise-java Show documentation
Show all versions of omise-java Show documentation
Java bindings for the Omise API
package co.omise.models;
import com.fasterxml.jackson.annotation.JsonProperty;
public enum ChargeStatus {
@JsonProperty("failed")Failed,
@JsonProperty("pending")Pending,
@JsonProperty("successful")Successful,
}