public class CardTypeVO extends AlipayObject
Constructor and Description |
---|
CardTypeVO() |
Modifier and Type | Method and Description |
---|---|
String |
getCardType()
Gets card type.
|
String |
getDescription()
Gets description.
|
void |
setCardType(String cardType)
Sets card type.
|
void |
setDescription(String description)
Sets description.
|
public String getCardType()
public void setCardType(String cardType)
cardType
- the card typepublic String getDescription()
public void setDescription(String description)
description
- the descriptionCopyright © 2018. All rights reserved.