public class RechargeConfigTuitionDTO extends AlipayObject
| 构造器和说明 |
|---|
RechargeConfigTuitionDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExtInfo() |
Date |
getFirstPaymentTime() |
Long |
getInterval() |
Date |
getLastPaymentTime() |
Long |
getPeriods() |
String |
getPeriodType() |
String |
getTotalAmount() |
void |
setExtInfo(String extInfo) |
void |
setFirstPaymentTime(Date firstPaymentTime) |
void |
setInterval(Long interval) |
void |
setLastPaymentTime(Date lastPaymentTime) |
void |
setPeriods(Long periods) |
void |
setPeriodType(String periodType) |
void |
setTotalAmount(String totalAmount) |
public String getExtInfo()
public void setExtInfo(String extInfo)
public Date getFirstPaymentTime()
public void setFirstPaymentTime(Date firstPaymentTime)
public Long getInterval()
public void setInterval(Long interval)
public Date getLastPaymentTime()
public void setLastPaymentTime(Date lastPaymentTime)
public String getPeriodType()
public void setPeriodType(String periodType)
public Long getPeriods()
public void setPeriods(Long periods)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
Copyright © 2023. All rights reserved.