Uses of Class
com.onlinepayments.domain.MobilePaymentMethodHostedCheckoutSpecificInput
Packages that use MobilePaymentMethodHostedCheckoutSpecificInput
-
Uses of MobilePaymentMethodHostedCheckoutSpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MobilePaymentMethodHostedCheckoutSpecificInputModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.getMobilePaymentMethodSpecificInput()Object containing the specific input details for mobile paymentsCreatePaymentLinkRequest.getMobilePaymentMethodSpecificInput()Object containing the specific input details for mobile paymentsMobilePaymentMethodHostedCheckoutSpecificInput.withAuthorizationMode(String value) Determines the type of the authorization that will be used.MobilePaymentMethodHostedCheckoutSpecificInput.withPaymentProduct302SpecificInput(MobilePaymentProduct302SpecificInput value) Object containing information specific to Apple Pay.MobilePaymentMethodHostedCheckoutSpecificInput.withPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInput value) Object containing information specific to Google Pay.MobilePaymentMethodHostedCheckoutSpecificInput.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.Methods in com.onlinepayments.domain with parameters of type MobilePaymentMethodHostedCheckoutSpecificInputModifier and TypeMethodDescriptionvoidCreateHostedCheckoutRequest.setMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile paymentsvoidCreatePaymentLinkRequest.setMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile paymentsCreateHostedCheckoutRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile paymentsCreatePaymentLinkRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile payments