public class AlipayTradeCustomsDeclareResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayTradeCustomsDeclareResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayDeclareNo()
Gets alipay declare no.
|
String |
getIdentityCheck()
Gets identity check.
|
String |
getTradeNo()
Gets trade no.
|
void |
setAlipayDeclareNo(String alipayDeclareNo)
Sets alipay declare no.
|
void |
setIdentityCheck(String identityCheck)
Sets identity check.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAlipayDeclareNo(String alipayDeclareNo)
alipayDeclareNo - the alipay declare nopublic String getAlipayDeclareNo()
public void setIdentityCheck(String identityCheck)
identityCheck - the identity checkpublic String getIdentityCheck()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getTradeNo()
Copyright © 2018. All rights reserved.