public class MerchantCard extends AlipayObject
Constructor and Description |
---|
MerchantCard() |
Modifier and Type | Method and Description |
---|---|
String |
getBalance()
Gets balance.
|
String |
getBizCardNo()
Gets biz card no.
|
String |
getExternalCardNo()
Gets external card no.
|
String |
getFrontImageId()
Gets front image id.
|
List<CardFrontTextDTO> |
getFrontTextList()
Gets front text list.
|
String |
getLevel()
Gets level.
|
MdCodeInfoDTO |
getMdcodeInfo()
Gets mdcode info.
|
Date |
getOpenDate()
Gets open date.
|
String |
getPoint()
Gets point.
|
String |
getTemplateId()
Gets template id.
|
String |
getValidDate()
Gets valid date.
|
void |
setBalance(String balance)
Sets balance.
|
void |
setBizCardNo(String bizCardNo)
Sets biz card no.
|
void |
setExternalCardNo(String externalCardNo)
Sets external card no.
|
void |
setFrontImageId(String frontImageId)
Sets front image id.
|
void |
setFrontTextList(List<CardFrontTextDTO> frontTextList)
Sets front text list.
|
void |
setLevel(String level)
Sets level.
|
void |
setMdcodeInfo(MdCodeInfoDTO mdcodeInfo)
Sets mdcode info.
|
void |
setOpenDate(Date openDate)
Sets open date.
|
void |
setPoint(String point)
Sets point.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setValidDate(String validDate)
Sets valid date.
|
public String getBalance()
public void setBalance(String balance)
balance
- the balancepublic String getBizCardNo()
public void setBizCardNo(String bizCardNo)
bizCardNo
- the biz card nopublic String getExternalCardNo()
public void setExternalCardNo(String externalCardNo)
externalCardNo
- the external card nopublic String getFrontImageId()
public void setFrontImageId(String frontImageId)
frontImageId
- the front image idpublic List<CardFrontTextDTO> getFrontTextList()
public void setFrontTextList(List<CardFrontTextDTO> frontTextList)
frontTextList
- the front text listpublic String getLevel()
public void setLevel(String level)
level
- the levelpublic MdCodeInfoDTO getMdcodeInfo()
public void setMdcodeInfo(MdCodeInfoDTO mdcodeInfo)
mdcodeInfo
- the mdcode infopublic Date getOpenDate()
public void setOpenDate(Date openDate)
openDate
- the open datepublic String getPoint()
public void setPoint(String point)
point
- the pointpublic String getTemplateId()
public void setTemplateId(String templateId)
templateId
- the template idpublic String getValidDate()
public void setValidDate(String validDate)
validDate
- the valid dateCopyright © 2018. All rights reserved.