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

com.gocart.model.enums.OrderStatus Maven / Gradle / Ivy

Go to download

A java client library designed to make it easier for merchants to integrate with GoCart API

The newest version!
package com.gocart.model.enums;

public enum OrderStatus {
    PENDING,
    PROCESSED,
    ERROR,
    CANCELLED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy