Package com.adyen.model
Class AuthenticationResultRequest
- java.lang.Object
-
- com.adyen.model.AuthenticationResultRequest
-
public class AuthenticationResultRequest extends Object
AuthenticationResultRequest
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResultRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMerchantAccount()The merchant account identifier, with which the authentication was processed.StringgetPspReference()The pspReference identifier for the transaction.inthashCode()AuthenticationResultRequestmerchantAccount(String merchantAccount)AuthenticationResultRequestpspReference(String pspReference)voidsetMerchantAccount(String merchantAccount)voidsetPspReference(String pspReference)StringtoString()
-
-
-
Method Detail
-
merchantAccount
public AuthenticationResultRequest merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
The merchant account identifier, with which the authentication was processed.- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
pspReference
public AuthenticationResultRequest pspReference(String pspReference)
-
getPspReference
public String getPspReference()
The pspReference identifier for the transaction.- Returns:
- pspReference
-
setPspReference
public void setPspReference(String pspReference)
-
-