Uses of Class
com.mercadopago.client.point.PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
-
Packages that use PointPaymentIntentRequest.PointPaymentIntentRequestBuilder Package Description com.mercadopago.client.point -
-
Uses of PointPaymentIntentRequest.PointPaymentIntentRequestBuilder in com.mercadopago.client.point
Methods in com.mercadopago.client.point that return PointPaymentIntentRequest.PointPaymentIntentRequestBuilder Modifier and Type Method Description PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder. additionalInfo(PointPaymentIntentAdditionalInfoRequest additionalInfo)
Payment intent additional info.PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder. amount(BigDecimal amount)
A positive value representing how much to charge.static PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
PointPaymentIntentRequest. builder()
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder. description(String description)
Payment intent description.PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder. payment(PointPaymentIntentPaymentRequest payment)
Properties of the payment intent.
-