public interface CreditCardPayment extends Payment
CreditCardPayment.| Modifier and Type | Method and Description |
|---|---|
String |
getCard()
Gets the card.
|
String |
getCcv()
Gets the ccv.
|
String |
getName()
Gets the name.
|
void |
setCard(String card)
Sets the card.
|
void |
setCcv(String ccv)
Sets the ccv.
|
void |
setName(String name)
Sets the name.
|
String getCard()
String getCcv()
String getName()
void setCard(String card)
card - the new cardvoid setCcv(String ccv)
ccv - the new ccvvoid setName(String name)
name - the new nameCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.