public static final class QueryFinancialAccountInfoResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryFinancialAccountInfoResponseBody.Data.Builder |
accountType(String accountType)
The type of the financial account.
|
QueryFinancialAccountInfoResponseBody.Data |
build() |
QueryFinancialAccountInfoResponseBody.Data.Builder |
isFinancialAccount(Boolean isFinancialAccount)
Indicates whether the account is a financial account.
|
QueryFinancialAccountInfoResponseBody.Data.Builder |
memberGroupId(Long memberGroupId)
The ID of the group to which the member belongs.
|
QueryFinancialAccountInfoResponseBody.Data.Builder |
memberGroupName(String memberGroupName)
The name of the group to which the member belongs.
|
QueryFinancialAccountInfoResponseBody.Data.Builder |
memberNickName(String memberNickName)
The display name of the member.
|
QueryFinancialAccountInfoResponseBody.Data.Builder |
userName(String userName)
The username of the account.
|
public QueryFinancialAccountInfoResponseBody.Data.Builder accountType(String accountType)
The type of the financial account. A value of MASTER indicates that the account is a management account. A value of MEMBER indicates that the account is a member.
example:MEMBER
public QueryFinancialAccountInfoResponseBody.Data.Builder isFinancialAccount(Boolean isFinancialAccount)
Indicates whether the account is a financial account. A value of true indicates that the account is a financial account. A value of false indicates that the account is not a financial account.
example:true
public QueryFinancialAccountInfoResponseBody.Data.Builder memberGroupId(Long memberGroupId)
The ID of the group to which the member belongs.
example:124
public QueryFinancialAccountInfoResponseBody.Data.Builder memberGroupName(String memberGroupName)
The name of the group to which the member belongs.
example:Test group
public QueryFinancialAccountInfoResponseBody.Data.Builder memberNickName(String memberNickName)
The display name of the member.
example:Test
public QueryFinancialAccountInfoResponseBody.Data.Builder userName(String userName)
The username of the account.
example:killortop3
public QueryFinancialAccountInfoResponseBody.Data build()
Copyright © 2026. All rights reserved.