public class MemberShip extends AlipayObject
Constructor and Description |
---|
MemberShip() |
Modifier and Type | Method and Description |
---|---|
String |
getBankCardNo()
Gets bank card no.
|
String |
getCertNo()
Gets cert no.
|
String |
getEmail()
Gets email.
|
String |
getMac()
Gets mac.
|
String |
getMobilePhoneNo()
Gets mobile phone no.
|
void |
setBankCardNo(String bankCardNo)
Sets bank card no.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setEmail(String email)
Sets email.
|
void |
setMac(String mac)
Sets mac.
|
void |
setMobilePhoneNo(String mobilePhoneNo)
Sets mobile phone no.
|
public String getBankCardNo()
public void setBankCardNo(String bankCardNo)
bankCardNo
- the bank card nopublic String getCertNo()
public void setCertNo(String certNo)
certNo
- the cert nopublic String getEmail()
public void setEmail(String email)
email
- the emailpublic String getMac()
public void setMac(String mac)
mac
- the macpublic String getMobilePhoneNo()
public void setMobilePhoneNo(String mobilePhoneNo)
mobilePhoneNo
- the mobile phone noCopyright © 2018. All rights reserved.