Uses of Class
com.onlinepayments.domain.CardPaymentMethodSpecificOutput
Packages that use CardPaymentMethodSpecificOutput
-
Uses of CardPaymentMethodSpecificOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CardPaymentMethodSpecificOutputModifier and TypeMethodDescriptionCaptureOutput.getCardPaymentMethodSpecificOutput()Object containing the card payment method detailsPaymentOutput.getCardPaymentMethodSpecificOutput()Object containing the card payment method detailsCardPaymentMethodSpecificOutput.withAcquirerInformation(AcquirerInformation value) Information about the acquirer used to process the transactionCardPaymentMethodSpecificOutput.withAuthenticatedAmount(Long value) The amount to be authenticated.CardPaymentMethodSpecificOutput.withAuthorisationCode(String value) Card Authorization code as returned by the acquirerCardPaymentMethodSpecificOutput.withCard(CardEssentials value) Object containing card detailsCardPaymentMethodSpecificOutput.withCurrencyConversion(CurrencyConversion value) CardPaymentMethodSpecificOutput.withExternalTokenLinked(ExternalTokenLinked value) CardPaymentMethodSpecificOutput.withFraudResults(CardFraudResults value) Fraud results contained in the CardFraudResults objectCardPaymentMethodSpecificOutput.withInitialSchemeTransactionId(String value) The unique scheme transactionId of the initial transaction that was performed with SCA.CardPaymentMethodSpecificOutput.withPaymentAccountReference(String value) The Payment Account Reference is a unique alphanumeric identifier that links a PAN with all subsequent PANs for the same payment account (e.g., following card replacement) and all EMV payment tokens associated with that account.CardPaymentMethodSpecificOutput.withPaymentOption(String value) The specific payment option for the payment.CardPaymentMethodSpecificOutput.withPaymentProduct3208SpecificOutput(PaymentProduct3208SpecificOutput value) OneyDuplo Leroy Merlin specific detailsCardPaymentMethodSpecificOutput.withPaymentProduct3209SpecificOutput(PaymentProduct3209SpecificOutput value) OneyDuplo Alcampo specific detailsCardPaymentMethodSpecificOutput.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.CardPaymentMethodSpecificOutput.withSchemeReferenceData(String value) This is the unique Scheme Reference Data from the initial transaction that was performed with a Strong Customer Authentication.CardPaymentMethodSpecificOutput.withThreeDSecureResults(ThreeDSecureResults value) 3D Secure results objectID of the token.Methods in com.onlinepayments.domain with parameters of type CardPaymentMethodSpecificOutputModifier and TypeMethodDescriptionvoidCaptureOutput.setCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value) Object containing the card payment method detailsvoidPaymentOutput.setCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value) Object containing the card payment method detailsCaptureOutput.withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value) Object containing the card payment method detailsPaymentOutput.withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value) Object containing the card payment method details