public class RevokeCardModel extends Object
| Constructor and Description |
|---|
RevokeCardModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardId() |
RevocationReason |
getReason() |
void |
setCardId(String cardId) |
void |
setReason(RevocationReason reason) |
public String getCardId()
public void setCardId(String cardId)
cardId - the cardId to setpublic RevocationReason getReason()
public void setReason(RevocationReason reason)
reason - the reason to setCopyright © 2016. All rights reserved.