public class QueryVoucherListByUinRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QueryVoucherListByUinRequest()  | 
QueryVoucherListByUinRequest(QueryVoucherListByUinRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long[] | 
getClientUins()
Get Customer UIN list. 
 | 
String | 
getStatus()
Get Voucher status. 
 | 
void | 
setClientUins(Long[] ClientUins)
Set Customer UIN list. 
 | 
void | 
setStatus(String Status)
Set Voucher status. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryVoucherListByUinRequest()
public QueryVoucherListByUinRequest(QueryVoucherListByUinRequest source)
public Long[] getClientUins()
public void setClientUins(Long[] ClientUins)
ClientUins - Customer UIN list. Array length value: 1-20.public String getStatus()
public void setStatus(String Status)
Status - Voucher status. If this parameter is not passed in, all status will be queried by default. Valid values: `Unused`, `Used`, `Expired`.Copyright © 2025. All rights reserved.