![JAR search and dependency download from the Maven repository](/logo.png)
com.hps.integrator.entities.credit.HpsTxnReferenceData 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.credit;
public class HpsTxnReferenceData {
String authorizationCode;
String cardNumberLast4;
public String getAuthorizationCode() {
return authorizationCode;
}
public void setAuthorizationCode(String authorizationCode) {
this.authorizationCode = authorizationCode;
}
public String getCardNumberLast4() {
return cardNumberLast4;
}
public void setCardNumberLast4(String cardNumberLast4) {
this.cardNumberLast4 = cardNumberLast4;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy