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

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

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

public class Shipping {
    public String receiptId; // 부트페이에서 발급한 영수증 id
    public String deliveryCorp; // 택배 회사명
    public String trackingNumber; // 송장번호
    public ShippingUser user;
    public ShippingCompany company;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy