public static final class QueryGateVerifyBillingPublicRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryGateVerifyBillingPublicRequest.Builder |
authenticationType(Integer authenticationType)
The verification method.
|
QueryGateVerifyBillingPublicRequest |
build() |
QueryGateVerifyBillingPublicRequest.Builder |
month(String month)
The month in which the bill is generated.
|
QueryGateVerifyBillingPublicRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
QueryGateVerifyBillingPublicRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
public QueryGateVerifyBillingPublicRequest.Builder authenticationType(Integer authenticationType)
The verification method. Valid values:
This parameter is required.
example:1
public QueryGateVerifyBillingPublicRequest.Builder month(String month)
The month in which the bill is generated. Specify this parameter in the YYYYMM format. Example: 202111.
This parameter is required.
example:202111
public QueryGateVerifyBillingPublicRequest.Builder ownerId(Long ownerId)
public QueryGateVerifyBillingPublicRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public QueryGateVerifyBillingPublicRequest build()
Copyright © 2025. All rights reserved.