public class ChargePrepaid extends AbstractModel
Constructor and Description |
---|
ChargePrepaid() |
ChargePrepaid(ChargePrepaid 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 Purchased usage period, in month.
|
String |
getRenewFlag()
Get Auto renewal flag.
|
void |
setPeriod(Long Period)
Set Purchased usage period, in month.
|
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, toJsonString
public ChargePrepaid()
public ChargePrepaid(ChargePrepaid source)
public Long getPeriod()
public void setPeriod(Long Period)
Period
- Purchased usage period, in month. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36public String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag
- Auto renewal flag. Valid values: Copyright © 2023. All rights reserved.