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