public class AlipayMarketingCardConsumeSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingCardConsumeSyncModel() |
Modifier and Type | Method and Description |
---|---|
String |
getActPayAmount()
Gets act pay amount.
|
MerchantCard |
getCardInfo()
Gets card info.
|
List<BenefitInfoDetail> |
getGainBenefitList()
Gets gain benefit list.
|
String |
getMemo()
Gets memo.
|
String |
getShopCode()
Gets shop code.
|
String |
getSwipeCertType()
Gets swipe cert type.
|
String |
getTargetCardNo()
Gets target card no.
|
String |
getTargetCardNoType()
Gets target card no type.
|
String |
getTradeAmount()
Gets trade amount.
|
String |
getTradeName()
Gets trade name.
|
String |
getTradeNo()
Gets trade no.
|
Date |
getTradeTime()
Gets trade time.
|
String |
getTradeType()
Gets trade type.
|
List<BenefitInfoDetail> |
getUseBenefitList()
Gets use benefit list.
|
void |
setActPayAmount(String actPayAmount)
Sets act pay amount.
|
void |
setCardInfo(MerchantCard cardInfo)
Sets card info.
|
void |
setGainBenefitList(List<BenefitInfoDetail> gainBenefitList)
Sets gain benefit list.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setShopCode(String shopCode)
Sets shop code.
|
void |
setSwipeCertType(String swipeCertType)
Sets swipe cert type.
|
void |
setTargetCardNo(String targetCardNo)
Sets target card no.
|
void |
setTargetCardNoType(String targetCardNoType)
Sets target card no type.
|
void |
setTradeAmount(String tradeAmount)
Sets trade amount.
|
void |
setTradeName(String tradeName)
Sets trade name.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setTradeTime(Date tradeTime)
Sets trade time.
|
void |
setTradeType(String tradeType)
Sets trade type.
|
void |
setUseBenefitList(List<BenefitInfoDetail> useBenefitList)
Sets use benefit list.
|
public String getActPayAmount()
public void setActPayAmount(String actPayAmount)
actPayAmount
- the act pay amountpublic MerchantCard getCardInfo()
public void setCardInfo(MerchantCard cardInfo)
cardInfo
- the card infopublic List<BenefitInfoDetail> getGainBenefitList()
public void setGainBenefitList(List<BenefitInfoDetail> gainBenefitList)
gainBenefitList
- the gain benefit listpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getShopCode()
public void setShopCode(String shopCode)
shopCode
- the shop codepublic String getSwipeCertType()
public void setSwipeCertType(String swipeCertType)
swipeCertType
- the swipe cert typepublic String getTargetCardNo()
public void setTargetCardNo(String targetCardNo)
targetCardNo
- the target card nopublic String getTargetCardNoType()
public void setTargetCardNoType(String targetCardNoType)
targetCardNoType
- the target card no typepublic String getTradeAmount()
public void setTradeAmount(String tradeAmount)
tradeAmount
- the trade amountpublic String getTradeName()
public void setTradeName(String tradeName)
tradeName
- the trade namepublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic Date getTradeTime()
public void setTradeTime(Date tradeTime)
tradeTime
- the trade timepublic String getTradeType()
public void setTradeType(String tradeType)
tradeType
- the trade typepublic List<BenefitInfoDetail> getUseBenefitList()
public void setUseBenefitList(List<BenefitInfoDetail> useBenefitList)
useBenefitList
- the use benefit listCopyright © 2018. All rights reserved.