public class ChargeProperties extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChargeProperties() | 
| ChargeProperties(ChargeProperties 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 | 
|---|---|
| String | getChargeType()Get PREPAID and POSTPAID_BY_HOUR
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getPayMode()Get Billing type: 0 indicates pay-as-you-go and 1 indicates monthly subscription. | 
| Long | getRenewFlag()Get 1: requires auto-renewal. | 
| Long | getTimeSpan()Get Order time range. | 
| String | getTimeUnit()Get Time unit. | 
| void | setChargeType(String ChargeType)Set PREPAID and POSTPAID_BY_HOUR
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPayMode(Long PayMode)Set Billing type: 0 indicates pay-as-you-go and 1 indicates monthly subscription. | 
| void | setRenewFlag(Long RenewFlag)Set 1: requires auto-renewal. | 
| void | setTimeSpan(Long TimeSpan)Set Order time range. | 
| void | setTimeUnit(String TimeUnit)Set Time unit. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ChargeProperties()
public ChargeProperties(ChargeProperties source)
public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag - 1: requires auto-renewal.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan - Order time range.
Note: This field may return null, indicating that no valid values can be obtained.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - Time unit. Valid values: h and m.
Note: This field may return null, indicating that no valid values can be obtained.public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - Billing type: 0 indicates pay-as-you-go and 1 indicates monthly subscription.
Note: This field may return null, indicating that no valid values can be obtained.public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - PREPAID and POSTPAID_BY_HOUR
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.