public class InputInvoiceCallbackOpenApiOrder extends AlipayObject
| 构造器和说明 |
|---|
InputInvoiceCallbackOpenApiOrder() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorInfo() |
String |
getInvoiceId() |
String |
getMqKey() |
Boolean |
getNotifySucceeded() |
void |
setErrorInfo(String errorInfo) |
void |
setInvoiceId(String invoiceId) |
void |
setMqKey(String mqKey) |
void |
setNotifySucceeded(Boolean notifySucceeded) |
public String getErrorInfo()
public void setErrorInfo(String errorInfo)
public String getInvoiceId()
public void setInvoiceId(String invoiceId)
public String getMqKey()
public void setMqKey(String mqKey)
public Boolean getNotifySucceeded()
public void setNotifySucceeded(Boolean notifySucceeded)
Copyright © 2024. All rights reserved.