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

com.genexus.sd.store.validation.model.PurchaseStatus Maven / Gradle / Ivy

Go to download

Core classes for the runtime used by Java and Android apps generated with GeneXus

There is a newer version: 2.10.1
Show newest version
package com.genexus.sd.store.validation.model;


public class PurchaseStatus {
	public static final int INVALID = 0;
	public static final int VALID = 1;
	public static final int EXPIRED = 2;
	public static final int CANCELLED = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy