| Package | Description |
|---|---|
| com.adyen.model | |
| com.adyen.model.checkout | |
| com.adyen.model.payout | |
| 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 |
PaymentSessionRequest.getCard() |
Card |
StoredDetails.getCard()
Get card
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSessionRequest |
PaymentSessionRequest.card(Card card) |
StoredDetails |
StoredDetails.card(Card card) |
void |
PaymentSessionRequest.setCard(Card card) |
void |
StoredDetails.setCard(Card card) |
| Modifier and Type | Method and Description |
|---|---|
Card |
PayoutRequest.getCard()
Get card
|
Card |
StoreDetailRequest.getCard() |
Card |
FundSource.getCard()
Get card
|
Card |
StoreDetailAndSubmitRequest.getCard() |
| Modifier and Type | Method and Description |
|---|---|
PayoutRequest |
PayoutRequest.card(Card card) |
FundSource |
FundSource.card(Card card) |
void |
PayoutRequest.setCard(Card card) |
void |
StoreDetailRequest.setCard(Card card) |
void |
FundSource.setCard(Card card) |
void |
StoreDetailAndSubmitRequest.setCard(Card card) |
| Modifier and Type | Method and Description |
|---|---|
Card |
StoreTokenRequest.getCard()
A container for card data.
|
Card |
ScheduleAccountUpdaterRequest.getCard() |
Card |
RecurringDetail.getCard()
Get card
|
| Modifier and Type | Method and Description |
|---|---|
StoreTokenRequest |
StoreTokenRequest.card(Card card) |
ScheduleAccountUpdaterRequest |
ScheduleAccountUpdaterRequest.card(Card card) |
RecurringDetail |
RecurringDetail.card(Card card) |
void |
StoreTokenRequest.setCard(Card card) |
void |
ScheduleAccountUpdaterRequest.setCard(Card card) |
void |
RecurringDetail.setCard(Card card) |
Copyright © 2022. All rights reserved.