public class QueryMerchantInfoForManagementRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryMerchantInfoForManagementRequest() | 
| QueryMerchantInfoForManagementRequest(QueryMerchantInfoForManagementRequest 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 | getInvoicePlatformId()Get 开票平台ID | 
| Long | getLimit()Get 页大小 | 
| Long | getOffset()Get 页码 | 
| String | getProfile()Get 接入环境。沙箱环境填sandbox。 | 
| void | setInvoicePlatformId(Long InvoicePlatformId)Set 开票平台ID | 
| void | setLimit(Long Limit)Set 页大小 | 
| void | setOffset(Long Offset)Set 页码 | 
| void | setProfile(String Profile)Set 接入环境。沙箱环境填sandbox。 | 
| 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 QueryMerchantInfoForManagementRequest()
public QueryMerchantInfoForManagementRequest(QueryMerchantInfoForManagementRequest source)
public Long getInvoicePlatformId()
public void setInvoicePlatformId(Long InvoicePlatformId)
InvoicePlatformId - 开票平台IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 页码public Long getLimit()
public void setLimit(Long Limit)
Limit - 页大小public String getProfile()
public void setProfile(String Profile)
Profile - 接入环境。沙箱环境填sandbox。Copyright © 2025. All rights reserved.