public class AlipayUserCreditCard extends AlipayObject
Constructor and Description |
---|
AlipayUserCreditCard() |
Modifier and Type | Method and Description |
---|---|
String |
getCardNo()
Gets card no.
|
String |
getInstId()
Gets inst id.
|
void |
setCardNo(String cardNo)
Sets card no.
|
void |
setInstId(String instId)
Sets inst id.
|
public String getCardNo()
public void setCardNo(String cardNo)
cardNo
- the card nopublic String getInstId()
public void setInstId(String instId)
instId
- the inst idCopyright © 2018. All rights reserved.