com.gocart.model.enums.OrderStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gocart-java-sdk Show documentation
Show all versions of gocart-java-sdk Show documentation
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
}