![JAR search and dependency download from the Maven repository](/logo.png)
com.hps.integrator.infrastructure.HpsPayPlanPaymentMethodStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of secure-submit Show documentation
Show all versions of secure-submit Show documentation
The SecureSubmit Java SDK simplifies processing of credit card transactions using Heartland Payment Systems' Portico Payment Gateway
package com.hps.integrator.infrastructure;
public class HpsPayPlanPaymentMethodStatus extends HpsPayPlanCustomerStatus {
public static final String INVALID = "Invalid";
public static final String REVOKED = "Revoked";
public static final String EXPIRED = "Expired";
public static final String LOST_STOLEN = "Lost/Stolen";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy