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

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

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

public class Item {
    public String name; // 상품명
    public int qty; // 수량
    public String id; // 상품 고유키
    public double price; // 상품단가
    public String cat1; // 카테고리 상
    public String cat2; // 카테고리 중
    public String cat3; // 카테고리 하
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy