public class VerifyOfdVatInvoiceOCRRequest extends AbstractModel
Constructor and Description |
---|
VerifyOfdVatInvoiceOCRRequest() |
VerifyOfdVatInvoiceOCRRequest(VerifyOfdVatInvoiceOCRRequest 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 |
---|---|
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 VerifyOfdVatInvoiceOCRRequest()
public VerifyOfdVatInvoiceOCRRequest(VerifyOfdVatInvoiceOCRRequest source)
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 © 2022. All rights reserved.