public class MobilePaymentMethodSpecificOutput extends Object
| Constructor and Description |
|---|
MobilePaymentMethodSpecificOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorisationCode()
Card Authorization code as returned by the acquirer
|
CardFraudResults |
getFraudResults()
Fraud results contained in the CardFraudResults object
|
String |
getNetwork()
The card network that was used for a mobile payment method operation
|
MobilePaymentData |
getPaymentData()
Object containing payment details
|
Integer |
getPaymentProductId()
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
ThreeDSecureResults |
getThreeDSecureResults()
3D Secure results object
|
void |
setAuthorisationCode(String value)
Card Authorization code as returned by the acquirer
|
void |
setFraudResults(CardFraudResults value)
Fraud results contained in the CardFraudResults object
|
void |
setNetwork(String value)
The card network that was used for a mobile payment method operation
|
void |
setPaymentData(MobilePaymentData value)
Object containing payment details
|
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
void |
setThreeDSecureResults(ThreeDSecureResults value)
3D Secure results object
|
MobilePaymentMethodSpecificOutput |
withAuthorisationCode(String value)
Card Authorization code as returned by the acquirer
|
MobilePaymentMethodSpecificOutput |
withFraudResults(CardFraudResults value)
Fraud results contained in the CardFraudResults object
|
MobilePaymentMethodSpecificOutput |
withNetwork(String value)
The card network that was used for a mobile payment method operation
|
MobilePaymentMethodSpecificOutput |
withPaymentData(MobilePaymentData value)
Object containing payment details
|
MobilePaymentMethodSpecificOutput |
withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
MobilePaymentMethodSpecificOutput |
withThreeDSecureResults(ThreeDSecureResults value)
3D Secure results object
|
public String getAuthorisationCode()
public void setAuthorisationCode(String value)
public MobilePaymentMethodSpecificOutput withAuthorisationCode(String value)
public CardFraudResults getFraudResults()
public void setFraudResults(CardFraudResults value)
public MobilePaymentMethodSpecificOutput withFraudResults(CardFraudResults value)
public String getNetwork()
public void setNetwork(String value)
public MobilePaymentMethodSpecificOutput withNetwork(String value)
public MobilePaymentData getPaymentData()
public void setPaymentData(MobilePaymentData value)
public MobilePaymentMethodSpecificOutput withPaymentData(MobilePaymentData value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public MobilePaymentMethodSpecificOutput withPaymentProductId(Integer value)
public ThreeDSecureResults getThreeDSecureResults()
public void setThreeDSecureResults(ThreeDSecureResults value)
public MobilePaymentMethodSpecificOutput withThreeDSecureResults(ThreeDSecureResults value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.