![JAR search and dependency download from the Maven repository](/logo.png)
com.hps.integrator.entities.payplan.HpsPayPlanCustomerCollection 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.payplan;
public class HpsPayPlanCustomerCollection {
int offset;
int limit;
int totalMatchingRecords;
HpsPayPlanCustomer[] results;
public int getOffset() {
return offset;
}
public int getLimit() {
return limit;
}
public int getTotalMatchingRecords() {
return totalMatchingRecords;
}
public HpsPayPlanCustomer[] getResults() {
return results;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy