public class AlipayOverseasTaxOrderQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOverseasTaxOrderQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifyAccountNo()
Gets identify account no.
|
String |
getIdentifyAccountType()
Gets identify account type.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getStatus()
Gets status.
|
Date |
getSuccessTime()
Gets success time.
|
String |
getTaxNo()
Gets tax no.
|
void |
setIdentifyAccountNo(String identifyAccountNo)
Sets identify account no.
|
void |
setIdentifyAccountType(String identifyAccountType)
Sets identify account type.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setStatus(String status)
Sets status.
|
void |
setSuccessTime(Date successTime)
Sets success time.
|
void |
setTaxNo(String taxNo)
Sets tax no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setIdentifyAccountNo(String identifyAccountNo)
identifyAccountNo
- the identify account nopublic String getIdentifyAccountNo()
public void setIdentifyAccountType(String identifyAccountType)
identifyAccountType
- the identify account typepublic String getIdentifyAccountType()
public void setOutOrderNo(String outOrderNo)
outOrderNo
- the out order nopublic String getOutOrderNo()
public void setStatus(String status)
status
- the statuspublic String getStatus()
public void setSuccessTime(Date successTime)
successTime
- the success timepublic Date getSuccessTime()
public void setTaxNo(String taxNo)
taxNo
- the tax nopublic String getTaxNo()
Copyright © 2018. All rights reserved.