| Package | Description |
|---|---|
| com.adyen.model | |
| com.adyen.model.recurring |
| Modifier and Type | Method and Description |
|---|---|
Card |
Card.cvc(String cvc) |
Card |
Card.expiryMonth(String expiryMonth) |
Card |
Card.expiryYear(String expiryYear) |
Card |
PaymentRequest.getCard()
a representation of a (credit or debit) card
|
Card |
Card.holderName(String holderName) |
Card |
Card.issueNumber(String issueNumber) |
Card |
Card.number(String number) |
Card |
Card.startMonth(String startMonth) |
Card |
Card.startYear(String startYear) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest |
PaymentRequest.card(Card card) |
void |
PaymentRequest.setCard(Card card) |
| Modifier and Type | Method and Description |
|---|---|
Card |
RecurringDetail.getCard()
Get card
|
| Modifier and Type | Method and Description |
|---|---|
RecurringDetail |
RecurringDetail.card(Card card) |
void |
RecurringDetail.setCard(Card card) |
Copyright © 2017. All rights reserved.