public class UploadTaxPaymentRequest extends AbstractModel
Constructor and Description |
---|
UploadTaxPaymentRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.