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

kr.co.bootpay.model.request.LMS Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package kr.co.bootpay.model.request;

import java.util.ArrayList;
import java.util.List;

@Deprecated
public class LMS {
    public String sp;
    public List rps = new ArrayList();
    public String msg;
    public String sj;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy