com.genexus.sd.store.validation.model.PurchaseStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gxandroidpublisher Show documentation
Show all versions of gxandroidpublisher Show documentation
Core classes for the runtime used by Java and Android apps generated with GeneXus
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