public class UploadTaxPaymentRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UploadTaxPaymentRequest() | 
| UploadTaxPaymentRequest(UploadTaxPaymentRequest 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 | getChannel()Get 平台渠道 | 
| String | getFileUrl()Get 完税列表下载地址 | 
| String | getTaxId()Get 完税ID | 
| void | setChannel(Long Channel)Set 平台渠道 | 
| void | setFileUrl(String FileUrl)Set 完税列表下载地址 | 
| void | setTaxId(String TaxId)Set 完税ID | 
| 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 UploadTaxPaymentRequest()
public UploadTaxPaymentRequest(UploadTaxPaymentRequest source)
public Long getChannel()
public void setChannel(Long Channel)
Channel - 平台渠道public String getTaxId()
public void setTaxId(String TaxId)
TaxId - 完税IDpublic String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - 完税列表下载地址Copyright © 2025. All rights reserved.