public static final class QueryPrepaidCardsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryPrepaidCardsRequest |
build() |
QueryPrepaidCardsRequest.Builder |
effectiveOrNot(Boolean effectiveOrNot)
Specifies whether the prepaid card takes effect.
|
QueryPrepaidCardsRequest.Builder |
expiryTimeEnd(String expiryTimeEnd)
The end of the expiration time of prepaid cards to query.
|
QueryPrepaidCardsRequest.Builder |
expiryTimeStart(String expiryTimeStart)
The start of the expiration time of prepaid cards to query.
|
public QueryPrepaidCardsRequest.Builder effectiveOrNot(Boolean effectiveOrNot)
Specifies whether the prepaid card takes effect. Valid values:
true
public QueryPrepaidCardsRequest.Builder expiryTimeEnd(String expiryTimeEnd)
The end of the expiration time of prepaid cards to query. The value must be in the yyyy-MM-ddTHH:mm:ssZ format.
example:2018-08-01T00:00:00Z
public QueryPrepaidCardsRequest.Builder expiryTimeStart(String expiryTimeStart)
The start of the expiration time of prepaid cards to query. The value must be in the yyyy-MM-ddTHH:mm:ssZ format.
example:2018-08-01T00:00:00Z
public QueryPrepaidCardsRequest build()
Copyright © 2026. All rights reserved.