Uses of Class
com.onlinepayments.domain.MobilePaymentMethodSpecificOutput
Packages that use MobilePaymentMethodSpecificOutput
-
Uses of MobilePaymentMethodSpecificOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MobilePaymentMethodSpecificOutputModifier and TypeMethodDescriptionCaptureOutput.getMobilePaymentMethodSpecificOutput()Object containing the mobile payment method detailsPaymentOutput.getMobilePaymentMethodSpecificOutput()Object containing the mobile payment method detailsMobilePaymentMethodSpecificOutput.withAuthorisationCode(String value) Card Authorization code as returned by the acquirerMobilePaymentMethodSpecificOutput.withFraudResults(CardFraudResults value) Fraud results contained in the CardFraudResults objectMobilePaymentMethodSpecificOutput.withNetwork(String value) The card network that was used for a mobile payment method operationMobilePaymentMethodSpecificOutput.withPaymentData(MobilePaymentData value) Object containing payment detailsMobilePaymentMethodSpecificOutput.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.MobilePaymentMethodSpecificOutput.withThreeDSecureResults(ThreeDSecureResults value) 3D Secure results objectMethods in com.onlinepayments.domain with parameters of type MobilePaymentMethodSpecificOutputModifier and TypeMethodDescriptionvoidCaptureOutput.setMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value) Object containing the mobile payment method detailsvoidPaymentOutput.setMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value) Object containing the mobile payment method detailsCaptureOutput.withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value) Object containing the mobile payment method detailsPaymentOutput.withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value) Object containing the mobile payment method details