public class AlipayPayApplepayTransactionBatchqueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayPayApplepayTransactionBatchqueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLastUpdatedTag() |
BaseOpenApiResponseHeaderDTO |
getResponseHeader() |
List<TransactionDetailDTO> |
getTransactionDetails() |
void |
setLastUpdatedTag(String lastUpdatedTag) |
void |
setResponseHeader(BaseOpenApiResponseHeaderDTO responseHeader) |
void |
setTransactionDetails(List<TransactionDetailDTO> transactionDetails) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayPayApplepayTransactionBatchqueryResponse()
public void setLastUpdatedTag(String lastUpdatedTag)
public String getLastUpdatedTag()
public void setResponseHeader(BaseOpenApiResponseHeaderDTO responseHeader)
public BaseOpenApiResponseHeaderDTO getResponseHeader()
public void setTransactionDetails(List<TransactionDetailDTO> transactionDetails)
public List<TransactionDetailDTO> getTransactionDetails()
Copyright © 2023. All rights reserved.