public class MobilePaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput
| 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 |
getInitialSchemeTransactionId()
The unique scheme transactionId of the initial transaction that was performed with SCA.
|
String |
getNetwork()
The network that was used for the refund
|
MobilePaymentData |
getPaymentData()
Object containing payment details
|
String |
getSchemeTransactionId()
The unique scheme transactionId of this transaction.
|
ThreeDSecureResults |
getThreeDSecureResults()
3D Secure results object
|
String |
getToken()
If a token was used for or created during the payment, then the ID of that token.
|
void |
setAuthorisationCode(String value)
Card Authorization code as returned by the acquirer
|
void |
setFraudResults(CardFraudResults value)
Fraud results contained in the CardFraudResults object
|
void |
setInitialSchemeTransactionId(String value)
The unique scheme transactionId of the initial transaction that was performed with SCA.
|
void |
setNetwork(String value)
The network that was used for the refund
|
void |
setPaymentData(MobilePaymentData value)
Object containing payment details
|
void |
setSchemeTransactionId(String value)
The unique scheme transactionId of this transaction.
|
void |
setThreeDSecureResults(ThreeDSecureResults value)
3D Secure results object
|
void |
setToken(String value)
If a token was used for or created during the payment, then the ID of that token.
|
getPaymentProductId, setPaymentProductIdpublic String getAuthorisationCode()
public void setAuthorisationCode(String value)
public CardFraudResults getFraudResults()
public void setFraudResults(CardFraudResults value)
public String getInitialSchemeTransactionId()
public void setInitialSchemeTransactionId(String value)
public String getNetwork()
public void setNetwork(String value)
public MobilePaymentData getPaymentData()
public void setPaymentData(MobilePaymentData value)
public String getSchemeTransactionId()
public void setSchemeTransactionId(String value)
public ThreeDSecureResults getThreeDSecureResults()
public void setThreeDSecureResults(ThreeDSecureResults value)
public String getToken()
public void setToken(String value)
Copyright © 2026 Worldline Global Collect. All rights reserved.