public static class QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountClass
This parameter is required.
|
String |
accountId
This parameter is required.
|
String |
accountName
This parameter is required.
|
String |
accountNo
This parameter is required.
|
String |
accountRemark
This parameter is required.
|
String |
accountType
This parameter is required.
|
| 构造器和说明 |
|---|
QueryPayAccountListResponseBodyPayAccountVOList() |
@NameInMap(value="accountClass") public String accountClass
This parameter is required.
example:B
@NameInMap(value="accountId") public String accountId
This parameter is required.
example:20210912001
@NameInMap(value="accountName") public String accountName
This parameter is required.
example:test
@NameInMap(value="accountNo") public String accountNo
This parameter is required.
example:139****1
@NameInMap(value="accountRemark") public String accountRemark
This parameter is required.
example:备注
@NameInMap(value="accountType") public String accountType
This parameter is required.
example:ALIPAY
public QueryPayAccountListResponseBodyPayAccountVOList()
public static QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList build(Map<String,?> map) throws Exception
Exceptionpublic QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList setAccountClass(String accountClass)
public String getAccountClass()
public QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList setAccountId(String accountId)
public String getAccountId()
public QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList setAccountName(String accountName)
public String getAccountName()
public QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList setAccountNo(String accountNo)
public String getAccountNo()
public QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList setAccountRemark(String accountRemark)
public String getAccountRemark()
public QueryPayAccountListResponseBody.QueryPayAccountListResponseBodyPayAccountVOList setAccountType(String accountType)
public String getAccountType()
Copyright © 2025. All rights reserved.