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

io.paymenthighway.model.response.ReportResponse Maven / Gradle / Ivy

There is a newer version: 2.1.1.1
Show newest version
package io.paymenthighway.model.response;

/**
 * Report Response POJO
 */
public class ReportResponse extends Response {

  Settlement[] settlements;

  public Settlement[] getSettlements() {
    return this.settlements;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy