public class QueryExternalAccountBookResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryExternalAccountBookResult() | 
| QueryExternalAccountBookResult(QueryExternalAccountBookResult 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 | getAvailableBalance()Get 可用余额。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getChannelAccountBookId()Get 渠道记账本ID | 
| String | getCollectMoneyAccountInfo()Get 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAvailableBalance(String AvailableBalance)Set 可用余额。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setChannelAccountBookId(String ChannelAccountBookId)Set 渠道记账本ID | 
| void | setCollectMoneyAccountInfo(String CollectMoneyAccountInfo)Set 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 QueryExternalAccountBookResult()
public QueryExternalAccountBookResult(QueryExternalAccountBookResult source)
public String getChannelAccountBookId()
public void setChannelAccountBookId(String ChannelAccountBookId)
ChannelAccountBookId - 渠道记账本IDpublic String getAvailableBalance()
public void setAvailableBalance(String AvailableBalance)
AvailableBalance - 可用余额。
注意:此字段可能返回 null,表示取不到有效值。public String getCollectMoneyAccountInfo()
public void setCollectMoneyAccountInfo(String CollectMoneyAccountInfo)
CollectMoneyAccountInfo - 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.