Uses of Class
com.onlinepayments.domain.DecryptedPaymentData
Packages that use DecryptedPaymentData
-
Uses of DecryptedPaymentData in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return DecryptedPaymentDataModifier and TypeMethodDescriptionMobilePaymentMethodSpecificInput.getDecryptedPaymentData()The payment data if you do the decryption of the encrypted payment data yourself.DecryptedPaymentData.withCardholderName(String value) Card holder's name on the card.DecryptedPaymentData.withCryptogram(String value) The 3D secure online payment cryptogram.The device specific PAN.Electronic Commerce Indicator.DecryptedPaymentData.withExpiryDate(String value) Expiry date of the card Format: MMYY.Methods in com.onlinepayments.domain with parameters of type DecryptedPaymentDataModifier and TypeMethodDescriptionvoidMobilePaymentMethodSpecificInput.setDecryptedPaymentData(DecryptedPaymentData value) The payment data if you do the decryption of the encrypted payment data yourself.MobilePaymentMethodSpecificInput.withDecryptedPaymentData(DecryptedPaymentData value) The payment data if you do the decryption of the encrypted payment data yourself.