Package com.mercadopago.client.point
Class PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
-
- Enclosing class:
- PointPaymentIntentRequest
public static class PointPaymentIntentRequest.PointPaymentIntentRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
additionalInfo(PointPaymentIntentAdditionalInfoRequest additionalInfo)
Payment intent additional info.PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
amount(BigDecimal amount)
A positive value representing how much to charge.PointPaymentIntentRequest
build()
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
description(String description)
Payment intent description.PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
payment(PointPaymentIntentPaymentRequest payment)
Properties of the payment intent.String
toString()
-
-
-
Method Detail
-
amount
public PointPaymentIntentRequest.PointPaymentIntentRequestBuilder amount(BigDecimal amount)
A positive value representing how much to charge.- Returns:
this
.
-
description
public PointPaymentIntentRequest.PointPaymentIntentRequestBuilder description(String description)
Payment intent description.- Returns:
this
.
-
payment
public PointPaymentIntentRequest.PointPaymentIntentRequestBuilder payment(PointPaymentIntentPaymentRequest payment)
Properties of the payment intent.- Returns:
this
.
-
additionalInfo
public PointPaymentIntentRequest.PointPaymentIntentRequestBuilder additionalInfo(PointPaymentIntentAdditionalInfoRequest additionalInfo)
Payment intent additional info.- Returns:
this
.
-
build
public PointPaymentIntentRequest build()
-
-