com.byteplus.model.live.v20200801.CreatePreorderBodyConfigItemsItem Maven / Gradle / Ivy
package com.byteplus.model.live.v20200801;
import com.alibaba.fastjson.JSON;
import java.util.List;
/**
* CreatePreorderBodyConfigItemsItem
*/
@lombok.Data
public final class CreatePreorderBodyConfigItemsItem {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Area")
private String area;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Attribute")
private String attribute;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ChargeByNaturalMonth")
private Boolean chargeByNaturalMonth;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ChargeItems")
private List chargeItems;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ConfigDescription")
private String configDescription;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ConfigurationCode")
private String configurationCode;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Currency")
private String currency;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "DiscountAmount")
private Integer discountAmount;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "EndTime")
private Integer endTime;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "EventTime")
private Integer eventTime;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "InstanceIDList")
private List instanceIDList;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "InstanceInfos")
private List instanceInfos;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "InstanceNO")
private String instanceNO;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "OrderCategory")
private Integer orderCategory;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "OrderType")
private Integer orderType;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "OriginalAmount")
private Integer originalAmount;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "PayableAmount")
private Integer payableAmount;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Period")
private String period;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Product")
private String product;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "PurchaseTimes")
private Integer purchaseTimes;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Quantity")
private Integer quantity;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Region")
private String region;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RemainRenewTimes")
private Integer remainRenewTimes;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RenewType")
private Integer renewType;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Times")
private Integer times;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Zone")
private String zone;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}