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

com.uqpay.sdk.dto.result.appgate.MerchantListResult Maven / Gradle / Ivy

There is a newer version: 5.9.8
Show newest version
package com.uqpay.sdk.dto.result.appgate;

import java.util.List;

public class MerchantListResult extends PageInfo {
  private static final long serialVersionUID = 9156199328263707604L;
  private List merchantList;

  public List getMerchantList() {
    return merchantList;
  }

  public void setMerchantList(List merchantList) {
    this.merchantList = merchantList;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy