public class PayeeAccountPropertyInfo extends AbstractModel
Constructor and Description |
---|
PayeeAccountPropertyInfo() |
PayeeAccountPropertyInfo(PayeeAccountPropertyInfo 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 |
getPaymentRightStatus()
Get 付款权益状态
ENABLE:启用
DISABLE:停用
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSettleRightStatus()
Get 结算权益状态
ENABLE:启用
DISABLE:停用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPaymentRightStatus(String PaymentRightStatus)
Set 付款权益状态
ENABLE:启用
DISABLE:停用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSettleRightStatus(String SettleRightStatus)
Set 结算权益状态
ENABLE:启用
DISABLE:停用
注意:此字段可能返回 null,表示取不到有效值。
|
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 PayeeAccountPropertyInfo()
public PayeeAccountPropertyInfo(PayeeAccountPropertyInfo source)
public String getSettleRightStatus()
public void setSettleRightStatus(String SettleRightStatus)
SettleRightStatus
- 结算权益状态
ENABLE:启用
DISABLE:停用
注意:此字段可能返回 null,表示取不到有效值。public String getPaymentRightStatus()
public void setPaymentRightStatus(String PaymentRightStatus)
PaymentRightStatus
- 付款权益状态
ENABLE:启用
DISABLE:停用
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.