Uses of Class
com.onlinepayments.domain.CardWithoutCvv
Packages that use CardWithoutCvv
-
Uses of CardWithoutCvv in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CardWithoutCvvModifier and TypeMethodDescriptionCompletePaymentCardPaymentMethodSpecificInput.getCard()CreatedTokenResponse.getCard()TokenCardData.getCardWithoutCvv()CardWithoutCvv.withCardholderName(String value) The card holder's name on the card.CardWithoutCvv.withCardNumber(String value) The obfuscated card numberCardWithoutCvv.withExpiryDate(String value) Expiry date of the card Format: MMYYMethods in com.onlinepayments.domain with parameters of type CardWithoutCvvModifier and TypeMethodDescriptionvoidCompletePaymentCardPaymentMethodSpecificInput.setCard(CardWithoutCvv value) voidCreatedTokenResponse.setCard(CardWithoutCvv value) voidTokenCardData.setCardWithoutCvv(CardWithoutCvv value) CompletePaymentCardPaymentMethodSpecificInput.withCard(CardWithoutCvv value) CreatedTokenResponse.withCard(CardWithoutCvv value) TokenCardData.withCardWithoutCvv(CardWithoutCvv value)