com.byteplus.model.live.v20200801.CreatePreorderBody Maven / Gradle / Ivy
package com.byteplus.model.live.v20200801;
import com.alibaba.fastjson.JSON;
import java.util.List;
import java.util.Map;
/**
* CreatePreorderBody
*/
@lombok.Data
public final class CreatePreorderBody {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "AccountID")
private Integer accountID;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "BindInstance")
private Map bindInstance;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ConfigItems")
private List configItems;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Currency")
private String currency;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "IsAtomized")
private Boolean isAtomized;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Period")
private String period;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ProviderCode")
private String providerCode;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RuleCode")
private String ruleCode;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "SkipOrderPermissionCheck")
private Boolean skipOrderPermissionCheck;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Times")
private Integer times;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "UserID")
private Integer userID;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}