public static final class QueryCashCouponsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCashCouponsRequest |
build() |
QueryCashCouponsRequest.Builder |
effectiveOrNot(Boolean effectiveOrNot)
Specifies whether the voucher takes effect.
|
QueryCashCouponsRequest.Builder |
expiryTimeEnd(String expiryTimeEnd)
The end time of the validity period of the voucher.
|
QueryCashCouponsRequest.Builder |
expiryTimeStart(String expiryTimeStart)
The start time of the validity period of the voucher.
|
public QueryCashCouponsRequest.Builder effectiveOrNot(Boolean effectiveOrNot)
Specifies whether the voucher takes effect. Valid values:
true
public QueryCashCouponsRequest.Builder expiryTimeEnd(String expiryTimeEnd)
The end time of the validity period of the voucher. Specify the parameter in the yyyy-MM-ddTHH:mm:ssZ format. Example: 2018-08-01T00:00:00Z.
example:2018-08-01T00:00:00Z
public QueryCashCouponsRequest.Builder expiryTimeStart(String expiryTimeStart)
The start time of the validity period of the voucher. Specify the parameter in the yyyy-MM-ddTHH:mm:ssZ format. Example: 2018-08-01T00:00:00Z.
example:2018-08-01T00:00:00Z
public QueryCashCouponsRequest build()
Copyright © 2026. All rights reserved.