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

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

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

public class ShippingUser {
    public String username; // 배송 받는 구매자명
    public String phone; //구매자 전화번호
    public String zipcode; //배송받는 곳의 zipcode
    public String address; //배송받는 곳의 자세한 주소
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy