public class InstanceChargePrepaid extends AbstractModel
| Constructor and Description | 
|---|
| InstanceChargePrepaid() | 
| InstanceChargePrepaid(InstanceChargePrepaid source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getPeriod()Get Subscription period in months. | 
| String | getRenewFlag()Get Auto-Renewal flag. | 
| void | setPeriod(Long Period)Set Subscription period in months. | 
| void | setRenewFlag(String RenewFlag)Set Auto-Renewal flag. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic InstanceChargePrepaid()
public InstanceChargePrepaid(InstanceChargePrepaid source)
public Long getPeriod()
public void setPeriod(Long Period)
Period - Subscription period in months. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60.public String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag - Auto-Renewal flag. Valid values: Copyright © 2022. All rights reserved.