public class CardPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput
Constructor and Description |
---|
CardPaymentMethodSpecificOutput() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorisationCode()
Card Authorization code as returned by the acquirer
|
CardEssentials |
getCard()
Object containing card details
|
CardFraudResults |
getFraudResults()
Fraud results contained in the CardFraudResults object
|
String |
getInitialSchemeTransactionId()
The unique scheme transactionId of the initial transaction that was performed with SCA.
Should be stored by the merchant to allow it to be submitted in future transactions. |
NetworkTokenData |
getNetworkTokenData()
Object holding data that describes a network token.
|
Boolean |
getNetworkTokenUsed()
Indicates if a network token was used during the payment.
|
String |
getPaymentAccountReference()
A unique reference to the primary account number.
|
String |
getSchemeTransactionId()
The unique scheme transactionId of this transaction.
Should be stored by the merchant to allow it to be submitted in future transactions. |
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 |
setCard(CardEssentials value)
Object containing card details
|
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.
Should be stored by the merchant to allow it to be submitted in future transactions. |
void |
setNetworkTokenData(NetworkTokenData value)
Object holding data that describes a network token.
|
void |
setNetworkTokenUsed(Boolean value)
Indicates if a network token was used during the payment.
|
void |
setPaymentAccountReference(String value)
A unique reference to the primary account number.
|
void |
setSchemeTransactionId(String value)
The unique scheme transactionId of this transaction.
Should be stored by the merchant to allow it to be submitted in future transactions. |
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, setPaymentProductId
public String getAuthorisationCode()
public void setAuthorisationCode(String value)
public CardEssentials getCard()
public void setCard(CardEssentials value)
public CardFraudResults getFraudResults()
public void setFraudResults(CardFraudResults value)
public String getInitialSchemeTransactionId()
public void setInitialSchemeTransactionId(String value)
public NetworkTokenData getNetworkTokenData()
public void setNetworkTokenData(NetworkTokenData value)
public Boolean getNetworkTokenUsed()
public void setNetworkTokenUsed(Boolean value)
public String getPaymentAccountReference()
public void setPaymentAccountReference(String 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 © 2025 Worldline Global Collect. All rights reserved.