public class ConditionPayMode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConditionPayMode() | 
| ConditionPayMode(ConditionPayMode 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 | getPayMode()Get 付费模式 | 
| String | getPayModeName()Get 付费模式名称 | 
| void | setPayMode(String PayMode)Set 付费模式 | 
| void | setPayModeName(String PayModeName)Set 付费模式名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ConditionPayMode()
public ConditionPayMode(ConditionPayMode source)
public String getPayMode()
public void setPayMode(String PayMode)
PayMode - 付费模式public String getPayModeName()
public void setPayModeName(String PayModeName)
PayModeName - 付费模式名称Copyright © 2025. All rights reserved.