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

kr.co.bootpay.model.response.data.SubscribeBillingReserveData Maven / Gradle / Ivy

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

public class SubscribeBillingReserveData {
    public String reserve_id;
    public String billing_key;
    public String item_name;
    public double price;
    public int purchase_count;
    public int purchase_limit;
    public long execute_at;
    public int status;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy