public class AuthenticationResultRequest extends Object
| Constructor and Description |
|---|
AuthenticationResultRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMerchantAccount()
The merchant account identifier, with which the authentication was processed.
|
String |
getPspReference()
The pspReference identifier for the transaction.
|
int |
hashCode() |
AuthenticationResultRequest |
merchantAccount(String merchantAccount) |
AuthenticationResultRequest |
pspReference(String pspReference) |
void |
setMerchantAccount(String merchantAccount) |
void |
setPspReference(String pspReference) |
String |
toString() |
public AuthenticationResultRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public AuthenticationResultRequest pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
Copyright © 2022. All rights reserved.