public class AlipayCommerceRentOrderSellerConfirmModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceRentOrderSellerConfirmModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBuyerId() |
String |
getBuyerOpenId() |
String |
getConfirmResult() |
String |
getConfirmType() |
String |
getOrderId() |
Long |
getRoyaltyPeriod() |
Long |
getRoyaltyStage() |
String |
getRoyaltyType() |
void |
setBuyerId(String buyerId) |
void |
setBuyerOpenId(String buyerOpenId) |
void |
setConfirmResult(String confirmResult) |
void |
setConfirmType(String confirmType) |
void |
setOrderId(String orderId) |
void |
setRoyaltyPeriod(Long royaltyPeriod) |
void |
setRoyaltyStage(Long royaltyStage) |
void |
setRoyaltyType(String royaltyType) |
public AlipayCommerceRentOrderSellerConfirmModel()
public String getBuyerId()
public void setBuyerId(String buyerId)
public String getBuyerOpenId()
public void setBuyerOpenId(String buyerOpenId)
public String getConfirmResult()
public void setConfirmResult(String confirmResult)
public String getConfirmType()
public void setConfirmType(String confirmType)
public String getOrderId()
public void setOrderId(String orderId)
public Long getRoyaltyPeriod()
public void setRoyaltyPeriod(Long royaltyPeriod)
public Long getRoyaltyStage()
public void setRoyaltyStage(Long royaltyStage)
public String getRoyaltyType()
public void setRoyaltyType(String royaltyType)
Copyright © 2024. All rights reserved.