public class CardTemplateUse extends AlipayObject
| 构造器和说明 |
|---|
CardTemplateUse() |
| 限定符和类型 | 方法和说明 |
|---|---|
CardCycle |
getCycleInfo() |
CardDiscountRecoverRule |
getDiscountRecoverRuleInfo() |
Long |
getExpirePeriod() |
List<CardPeriodPrice> |
getPeriodPriceList() |
String |
getReservationUrl() |
String |
getShowShop() |
Long |
getUsableCount() |
List<String> |
getUsableShopList() |
String |
getUseInstruction() |
List<CardUseMethodInfo> |
getUseMethod() |
void |
setCycleInfo(CardCycle cycleInfo) |
void |
setDiscountRecoverRuleInfo(CardDiscountRecoverRule discountRecoverRuleInfo) |
void |
setExpirePeriod(Long expirePeriod) |
void |
setPeriodPriceList(List<CardPeriodPrice> periodPriceList) |
void |
setReservationUrl(String reservationUrl) |
void |
setShowShop(String showShop) |
void |
setUsableCount(Long usableCount) |
void |
setUsableShopList(List<String> usableShopList) |
void |
setUseInstruction(String useInstruction) |
void |
setUseMethod(List<CardUseMethodInfo> useMethod) |
public CardCycle getCycleInfo()
public void setCycleInfo(CardCycle cycleInfo)
public CardDiscountRecoverRule getDiscountRecoverRuleInfo()
public void setDiscountRecoverRuleInfo(CardDiscountRecoverRule discountRecoverRuleInfo)
public Long getExpirePeriod()
public void setExpirePeriod(Long expirePeriod)
public List<CardPeriodPrice> getPeriodPriceList()
public void setPeriodPriceList(List<CardPeriodPrice> periodPriceList)
public String getReservationUrl()
public void setReservationUrl(String reservationUrl)
public String getShowShop()
public void setShowShop(String showShop)
public Long getUsableCount()
public void setUsableCount(Long usableCount)
public String getUseInstruction()
public void setUseInstruction(String useInstruction)
public List<CardUseMethodInfo> getUseMethod()
public void setUseMethod(List<CardUseMethodInfo> useMethod)
Copyright © 2024. All rights reserved.