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

co.omise.models.Ordering 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 Ordering {
    @JsonProperty("chronological")Chronological,
    @JsonProperty("reverse_chronological")ReverseChronological,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy