Package com.mercadopago.client.payment
Class PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder
-
- Enclosing class:
- PaymentAuthenticationRequest
public static class PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
type
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder type(String type)
Type.- Returns:
this.
-
cryptogram
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder cryptogram(String cryptogram)
Cryptogram.- Returns:
this.
-
threeDsServerTransId
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder threeDsServerTransId(String threeDsServerTransId)
3DS Server Trans ID.- Returns:
this.
-
eci
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder eci(String eci)
ECI.- Returns:
this.
-
dsTransId
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder dsTransId(String dsTransId)
3DS Trans ID.- Returns:
this.
-
acsTransId
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder acsTransId(String acsTransId)
ACS Trans ID.- Returns:
this.
-
threeDsVersion
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder threeDsVersion(String threeDsVersion)
3DS Version.- Returns:
this.
-
authenticationStatus
public PaymentAuthenticationRequest.PaymentAuthenticationRequestBuilder authenticationStatus(String authenticationStatus)
Authentication Status.- Returns:
this.
-
build
public PaymentAuthenticationRequest build()
-
-