public static final class GetCustomerAccountInfoResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCustomerAccountInfoResponseBody.Data.Builder |
accountType(String accountType)
The type of the account.
|
GetCustomerAccountInfoResponseBody.Data |
build() |
GetCustomerAccountInfoResponseBody.Data.Builder |
creditLimitStatus(String creditLimitStatus)
The business status of the customer.
|
GetCustomerAccountInfoResponseBody.Data.Builder |
hostingStatus(String hostingStatus)
The hosting status of the credit information and instances of the customer.
|
GetCustomerAccountInfoResponseBody.Data.Builder |
isCertified(Boolean isCertified)
Indicates whether the account passes the real-name verification.
|
GetCustomerAccountInfoResponseBody.Data.Builder |
loginEmail(String loginEmail)
The email address of the customer.
|
GetCustomerAccountInfoResponseBody.Data.Builder |
mpk(Long mpk)
The ID of the management account.
|
public GetCustomerAccountInfoResponseBody.Data.Builder accountType(String accountType)
The type of the account. A value of 1 indicates an enterprise account. A value of 0 indicates an individual account.
example:1
public GetCustomerAccountInfoResponseBody.Data.Builder creditLimitStatus(String creditLimitStatus)
The business status of the customer. Valid values:
Freeze: The business is frozen.
Thaw: The business is unfrozen.
Trusteeship: The business is hosted.
TrusteeshipCancel: The business is not hosted.
example:Freeze
public GetCustomerAccountInfoResponseBody.Data.Builder hostingStatus(String hostingStatus)
The hosting status of the credit information and instances of the customer. If the credit information and instances of the customer are managed on Alibaba Cloud, Alibaba Cloud suspends a customer service upon overdue payment. Valid values:
FREEZE: The business of the customer is frozen.
TRUSTEESHIP: The business of the customer is hosted.
example:FREEZE
public GetCustomerAccountInfoResponseBody.Data.Builder isCertified(Boolean isCertified)
Indicates whether the account passes the real-name verification.
example:true
public GetCustomerAccountInfoResponseBody.Data.Builder loginEmail(String loginEmail)
The email address of the customer.
example:public GetCustomerAccountInfoResponseBody.Data.Builder mpk(Long mpk)
The ID of the management account.
example:1051360339779133
public GetCustomerAccountInfoResponseBody.Data build()
Copyright © 2026. All rights reserved.