public static final class DeleteAccountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteAccountRequest.Builder |
abandonableCheckId(List<String> abandonableCheckId)
AbandonableCheckId.
|
DeleteAccountRequest.Builder |
accountId(String accountId)
The type of the deletion.
|
DeleteAccountRequest |
build() |
public DeleteAccountRequest.Builder abandonableCheckId(List<String> abandonableCheckId)
public DeleteAccountRequest.Builder accountId(String accountId)
* 0: direct deletion. If the member does not have pay-as-you-go resources that are purchased within the previous 30 days, the system directly deletes the member. * 1: deletion with a silence period. If the member has pay-as-you-go resources that are purchased within the previous 30 days, the member enters a silence period of 45 days. The system starts to delete the member until the silence period ends. For more information about the silence period, see [What is the silence period for member deletion?](~~446079~~)
public DeleteAccountRequest build()
Copyright © 2023. All rights reserved.