Package com.mercadopago.client.payment
Class PaymentAuthenticationRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentAuthenticationRequest
-
public class PaymentAuthenticationRequest extends Object
PaymentAuthenticationRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilderbuilder()StringgetAcsTransId()ACS Trans ID.StringgetAuthenticationStatus()Authentication Status.StringgetCryptogram()Cryptogram.StringgetDsTransId()3DS Trans ID.StringgetEci()ECI.StringgetThreeDsServerTransId()3DS Server Trans ID.StringgetThreeDsVersion()3DS Version.StringgetType()Type.
-
-
-
Method Detail
-
builder
public static PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder builder()
-
getType
public String getType()
Type.
-
getCryptogram
public String getCryptogram()
Cryptogram.
-
getThreeDsServerTransId
public String getThreeDsServerTransId()
3DS Server Trans ID.
-
getEci
public String getEci()
ECI.
-
getDsTransId
public String getDsTransId()
3DS Trans ID.
-
getAcsTransId
public String getAcsTransId()
ACS Trans ID.
-
getThreeDsVersion
public String getThreeDsVersion()
3DS Version.
-
getAuthenticationStatus
public String getAuthenticationStatus()
Authentication Status.
-
-