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

com.byteplus.model.live.v20200801.DescribeBillingResResult Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * DescribeBillingResResult
 */
@lombok.Data
public final class DescribeBillingResResult  {

    /**
     * 

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "BillingStatus") private Integer billingStatus; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "BillingType") private String billingType; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "BillingTypeNextMonth") private String billingTypeNextMonth; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "BillingTypeRTM") private String billingTypeRTM; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CustomBilling") private String customBilling; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "InstanceNo") private String instanceNo; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "LastUpdateTime") private String lastUpdateTime; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OverseaBillingType") private String overseaBillingType; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OverseaBillingTypeRTM") private String overseaBillingTypeRTM; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OverseaChargeMode") private Integer overseaChargeMode; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OverseaChargeModeRTM") private Integer overseaChargeModeRTM; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Status") private Integer status; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "SubOrder") private String subOrder; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy