public class RentCarVoucherInfo extends AlipayObject
| 构造器和说明 |
|---|
RentCarVoucherInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAmount() |
Long |
getMerchantContribute() |
String |
getName() |
Long |
getOtherContribute() |
String |
getTemplateId() |
String |
getVoucherId() |
void |
setAmount(Long amount) |
void |
setMerchantContribute(Long merchantContribute) |
void |
setName(String name) |
void |
setOtherContribute(Long otherContribute) |
void |
setTemplateId(String templateId) |
void |
setVoucherId(String voucherId) |
public Long getAmount()
public void setAmount(Long amount)
public Long getMerchantContribute()
public void setMerchantContribute(Long merchantContribute)
public String getName()
public void setName(String name)
public Long getOtherContribute()
public void setOtherContribute(Long otherContribute)
public String getTemplateId()
public void setTemplateId(String templateId)
public String getVoucherId()
public void setVoucherId(String voucherId)
Copyright © 2024. All rights reserved.