public class AlipayMarketingCardQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingCardQueryModel() |
Modifier and Type | Method and Description |
---|---|
CardUserInfo |
getCardUserInfo()
Gets card user info.
|
String |
getExtInfo()
Gets ext info.
|
String |
getTargetCardNo()
Gets target card no.
|
String |
getTargetCardNoType()
Gets target card no type.
|
void |
setCardUserInfo(CardUserInfo cardUserInfo)
Sets card user info.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setTargetCardNo(String targetCardNo)
Sets target card no.
|
void |
setTargetCardNoType(String targetCardNoType)
Sets target card no type.
|
public CardUserInfo getCardUserInfo()
public void setCardUserInfo(CardUserInfo cardUserInfo)
cardUserInfo
- the card user infopublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getTargetCardNo()
public void setTargetCardNo(String targetCardNo)
targetCardNo
- the target card nopublic String getTargetCardNoType()
public void setTargetCardNoType(String targetCardNoType)
targetCardNoType
- the target card no typeCopyright © 2018. All rights reserved.