public class OpenBankPayLimitInfo extends AbstractModel
Constructor and Description |
---|
OpenBankPayLimitInfo() |
OpenBankPayLimitInfo(OpenBankPayLimitInfo 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 |
getPayLimitType()
Get 限制类型
|
String |
getPayLimitValue()
Get 限制类型值
|
void |
setPayLimitType(String PayLimitType)
Set 限制类型
|
void |
setPayLimitValue(String PayLimitValue)
Set 限制类型值
|
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 OpenBankPayLimitInfo()
public OpenBankPayLimitInfo(OpenBankPayLimitInfo source)
public String getPayLimitType()
public void setPayLimitType(String PayLimitType)
PayLimitType
- 限制类型public String getPayLimitValue()
public void setPayLimitValue(String PayLimitValue)
PayLimitValue
- 限制类型值Copyright © 2022. All rights reserved.