public class VerifyOfdVatInvoiceOCRRequest extends AbstractModel
Constructor and Description |
---|
VerifyOfdVatInvoiceOCRRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getOfdFileBase64()
Get OFD文件的 Base64 值。
OfdFileUrl 和 OfdFileBase64 必传其一,若两者都传,只解析OfdFileBase64。
|
String |
getOfdFileUrl()
Get OFD文件的 Url 地址。
|
void |
setOfdFileBase64(String OfdFileBase64)
Set OFD文件的 Base64 值。
OfdFileUrl 和 OfdFileBase64 必传其一,若两者都传,只解析OfdFileBase64。
|
void |
setOfdFileUrl(String OfdFileUrl)
Set OFD文件的 Url 地址。
|
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 String getOfdFileUrl()
public void setOfdFileUrl(String OfdFileUrl)
OfdFileUrl
- OFD文件的 Url 地址。public String getOfdFileBase64()
public void setOfdFileBase64(String OfdFileBase64)
OfdFileBase64
- OFD文件的 Base64 值。
OfdFileUrl 和 OfdFileBase64 必传其一,若两者都传,只解析OfdFileBase64。Copyright © 2021. All rights reserved.