public class CouponTemplateConsumeInfo extends AlipayObject
| 构造器和说明 |
|---|
CouponTemplateConsumeInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvailableAmount() |
Long |
getReceiveAmount() |
Long |
getReceiveCount() |
Long |
getRefundAmount() |
Long |
getUsedAmount() |
Long |
getUsedCount() |
void |
setAvailableAmount(String availableAmount) |
void |
setReceiveAmount(Long receiveAmount) |
void |
setReceiveCount(Long receiveCount) |
void |
setRefundAmount(Long refundAmount) |
void |
setUsedAmount(Long usedAmount) |
void |
setUsedCount(Long usedCount) |
public String getAvailableAmount()
public void setAvailableAmount(String availableAmount)
public Long getReceiveAmount()
public void setReceiveAmount(Long receiveAmount)
public Long getReceiveCount()
public void setReceiveCount(Long receiveCount)
public Long getRefundAmount()
public void setRefundAmount(Long refundAmount)
public Long getUsedAmount()
public void setUsedAmount(Long usedAmount)
public Long getUsedCount()
public void setUsedCount(Long usedCount)
Copyright © 2023. All rights reserved.