![JAR search and dependency download from the Maven repository](/logo.png)
com.hps.integrator.entities.HpsTrackData 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.entities;
import com.hps.integrator.infrastructure.HpsTrackDataMethod;
public class HpsTrackData {
private HpsTrackDataMethod trackDataMethod;
private String value;
private HpsEncryptionData encryptionData;
public HpsTrackDataMethod getTrackDataMethod() {
return trackDataMethod;
}
public void setTrackDataMethod(HpsTrackDataMethod trackDataMethod) {
this.trackDataMethod = trackDataMethod;
}
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
public HpsEncryptionData getEncryptionData() {
return encryptionData;
}
public void setEncryptionData(HpsEncryptionData encryptionData) {
this.encryptionData = encryptionData;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy