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

com.hps.integrator.services.HpsActivationServiceConfig Maven / Gradle / Ivy

Go to download

The SecureSubmit Java SDK simplifies processing of credit card transactions using Heartland Payment Systems' Portico Payment Gateway

There is a newer version: v2.5.2
Show newest version
package com.hps.integrator.services;


import com.sun.org.apache.xpath.internal.operations.Bool;

public class HpsActivationServiceConfig extends HpsRestServiceConfig {

    public String ApplicationId;
    public String HardwareTypeName;
    public String SoftwareVersion;
    public String ConfigurationName;
    public String PeripheralName;
    public String PeripheralSoftware;

    public Boolean IsTest;

    public HpsActivationServiceConfig() {
        this.UatUrl = "https://huds.test.e-hps.com/config-server/v1/";
        this.CertUrl = "https://huds.test.e-hps.com/config-server/v1/";
        this.ProdUrl = "https://huds.prod.e-hps.com/config-server/v1/";

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy