public class MerchantApplyPerformRecordInfo extends AlipayObject
| 构造器和说明 |
|---|
MerchantApplyPerformRecordInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplyOrderId() |
Long |
getId() |
String |
getMerchantId() |
String |
getResult() |
String |
getStatus() |
String |
getType() |
void |
setApplyOrderId(String applyOrderId) |
void |
setId(Long id) |
void |
setMerchantId(String merchantId) |
void |
setResult(String result) |
void |
setStatus(String status) |
void |
setType(String type) |
public String getApplyOrderId()
public void setApplyOrderId(String applyOrderId)
public Long getId()
public void setId(Long id)
public String getMerchantId()
public void setMerchantId(String merchantId)
public String getResult()
public void setResult(String result)
public String getStatus()
public void setStatus(String status)
public String getType()
public void setType(String type)
Copyright © 2024. All rights reserved.