| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CardWithoutCvv |
CreatedTokenResponse.getCard() |
CardWithoutCvv |
CompletePaymentCardPaymentMethodSpecificInput.getCard() |
CardWithoutCvv |
TokenCardData.getCardWithoutCvv() |
CardWithoutCvv |
CardWithoutCvv.withCardholderName(String value)
The card holder's name on the card.
|
CardWithoutCvv |
CardWithoutCvv.withCardNumber(String value)
The complete credit/debit card number (also know as the PAN)
The card number is always obfuscated in any of our responses
|
CardWithoutCvv |
CardWithoutCvv.withExpiryDate(String value)
Expiry date of the card
Format: MMYY
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatedTokenResponse.setCard(CardWithoutCvv value) |
void |
CompletePaymentCardPaymentMethodSpecificInput.setCard(CardWithoutCvv value) |
void |
TokenCardData.setCardWithoutCvv(CardWithoutCvv value) |
CreatedTokenResponse |
CreatedTokenResponse.withCard(CardWithoutCvv value) |
CompletePaymentCardPaymentMethodSpecificInput |
CompletePaymentCardPaymentMethodSpecificInput.withCard(CardWithoutCvv value) |
TokenCardData |
TokenCardData.withCardWithoutCvv(CardWithoutCvv value) |
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.