Uses of Class
com.onlinepayments.domain.CardPaymentMethodSpecificInputBase
Packages that use CardPaymentMethodSpecificInputBase
-
Uses of CardPaymentMethodSpecificInputBase in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CardPaymentMethodSpecificInputBaseModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.getCardPaymentMethodSpecificInput()Object containing the specific input details for card paymentsCreatePaymentLinkRequest.getCardPaymentMethodSpecificInput()Object containing the specific input details for card paymentsCardPaymentMethodSpecificInputBase.withAllowDynamicLinking(Boolean value) true - Default - Allows subsequent payments to use PSD2 dynamic linking from this payment (including Card On File). false - Indicates that the dynamic linking (including Card On File data) will be ignored.CardPaymentMethodSpecificInputBase.withAuthorizationMode(String value) Determines the type of the authorization that will be used.CardPaymentMethodSpecificInputBase.withCurrencyConversionSpecificInput(CurrencyConversionSpecificInput value) Object containing specific input required for Dynamic Currency Conversion.CardPaymentMethodSpecificInputBase.withInitialSchemeTransactionId(String value) The unique scheme transactionId of the initial transaction that was performed with SCA.CardPaymentMethodSpecificInputBase.withMultiplePaymentInformation(MultiplePaymentInformation value) Container announcing forecoming subsequent payments.CardPaymentMethodSpecificInputBase.withPaymentProduct130SpecificInput(PaymentProduct130SpecificInput value) Object containing specific input required for CB paymentsCardPaymentMethodSpecificInputBase.withPaymentProduct3012SpecificInput(PaymentProduct3012SpecificInput value) Object containing specific input required for bancontact.CardPaymentMethodSpecificInputBase.withPaymentProduct3208SpecificInput(PaymentProduct3208SpecificInput value) Object containing specific input required for OneyDuplo Leroy Merlin payments.CardPaymentMethodSpecificInputBase.withPaymentProduct3209SpecificInput(PaymentProduct3209SpecificInput value) Object containing specific input required for OneyDuplo Alcampo payments.CardPaymentMethodSpecificInputBase.withPaymentProduct5100SpecificInput(PaymentProduct5100SpecificInput value) Object containing specific input required for Cpay payments.CardPaymentMethodSpecificInputBase.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.CardPaymentMethodSpecificInputBase.withRecurring(CardRecurrenceDetails value) Object containing data related to recurringCardPaymentMethodSpecificInputBase.withThreeDSecure(ThreeDSecureBase value) Object containing specific data regarding 3-D SecureID of the token to use to create the payment.CardPaymentMethodSpecificInputBase.withTokenize(Boolean value) Indicates if this transaction should be tokenized true - Tokenize the transaction.CardPaymentMethodSpecificInputBase.withTransactionChannel(String value) Indicates the channel via which the payment is created.CardPaymentMethodSpecificInputBase.withUnscheduledCardOnFileRequestor(String value) Indicates which party initiated the unscheduled recurring transaction.CardPaymentMethodSpecificInputBase.withUnscheduledCardOnFileSequenceIndicator(String value) first = This transaction is the first of a series of unscheduled recurring transactions subsequent = This transaction is a subsequent transaction in a series of unscheduled recurring transactions Note: this property is not allowed if isRecurring is true.Methods in com.onlinepayments.domain with parameters of type CardPaymentMethodSpecificInputBaseModifier and TypeMethodDescriptionvoidCreateHostedCheckoutRequest.setCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card paymentsvoidCreatePaymentLinkRequest.setCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card paymentsCreateHostedCheckoutRequest.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card paymentsCreatePaymentLinkRequest.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card payments