public class AlipayMarketingActivityOrderRefundconfirmcommitModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayMarketingActivityOrderRefundconfirmcommitModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBuyerId() |
String |
getBuyerOpenId() |
String |
getOrderNo() |
List<RefundConfirmCommitActivityInfo> |
getRefundConfirmCommitActivityInfoList() |
String |
getRefundType() |
void |
setBuyerId(String buyerId) |
void |
setBuyerOpenId(String buyerOpenId) |
void |
setOrderNo(String orderNo) |
void |
setRefundConfirmCommitActivityInfoList(List<RefundConfirmCommitActivityInfo> refundConfirmCommitActivityInfoList) |
void |
setRefundType(String refundType) |
public AlipayMarketingActivityOrderRefundconfirmcommitModel()
public String getBuyerId()
public void setBuyerId(String buyerId)
public String getBuyerOpenId()
public void setBuyerOpenId(String buyerOpenId)
public String getOrderNo()
public void setOrderNo(String orderNo)
public List<RefundConfirmCommitActivityInfo> getRefundConfirmCommitActivityInfoList()
public void setRefundConfirmCommitActivityInfoList(List<RefundConfirmCommitActivityInfo> refundConfirmCommitActivityInfoList)
public String getRefundType()
public void setRefundType(String refundType)
Copyright © 2023. All rights reserved.