Package com.onlinepayments.domain
Class MobilePaymentMethodSpecificOutput
java.lang.Object
com.onlinepayments.domain.MobilePaymentMethodSpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCard Authorization code as returned by the acquirerFraud results contained in the CardFraudResults objectThe card network that was used for a mobile payment method operationObject containing payment detailsPayment product identifier - Please see Products documentation for a full overview of possible values.3D Secure results objectvoidsetAuthorisationCode(String value) Card Authorization code as returned by the acquirervoidsetFraudResults(CardFraudResults value) Fraud results contained in the CardFraudResults objectvoidsetNetwork(String value) The card network that was used for a mobile payment method operationvoidsetPaymentData(MobilePaymentData value) Object containing payment detailsvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.void3D Secure results objectwithAuthorisationCode(String value) Card Authorization code as returned by the acquirerwithFraudResults(CardFraudResults value) Fraud results contained in the CardFraudResults objectwithNetwork(String value) The card network that was used for a mobile payment method operationwithPaymentData(MobilePaymentData value) Object containing payment detailswithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.3D Secure results object
-
Constructor Details
-
MobilePaymentMethodSpecificOutput
public MobilePaymentMethodSpecificOutput()
-
-
Method Details
-
getAuthorisationCode
Card Authorization code as returned by the acquirer -
setAuthorisationCode
Card Authorization code as returned by the acquirer -
withAuthorisationCode
Card Authorization code as returned by the acquirer -
getFraudResults
Fraud results contained in the CardFraudResults object -
setFraudResults
Fraud results contained in the CardFraudResults object -
withFraudResults
Fraud results contained in the CardFraudResults object -
getNetwork
The card network that was used for a mobile payment method operation -
setNetwork
The card network that was used for a mobile payment method operation -
withNetwork
The card network that was used for a mobile payment method operation -
getPaymentData
Object containing payment details -
setPaymentData
Object containing payment details -
withPaymentData
Object containing payment details -
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
getThreeDSecureResults
3D Secure results object -
setThreeDSecureResults
3D Secure results object -
withThreeDSecureResults
3D Secure results object
-