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.PointPaymentIntentRequestBuilderPointPaymentIntentRequest.PointPaymentIntentRequestBuilder. additionalInfo(PointPaymentIntentAdditionalInfoRequest additionalInfo)Payment intent additional info.PointPaymentIntentRequest.PointPaymentIntentRequestBuilderPointPaymentIntentRequest.PointPaymentIntentRequestBuilder. amount(BigDecimal amount)A positive value representing how much to charge.static PointPaymentIntentRequest.PointPaymentIntentRequestBuilderPointPaymentIntentRequest. builder()PointPaymentIntentRequest.PointPaymentIntentRequestBuilderPointPaymentIntentRequest.PointPaymentIntentRequestBuilder. description(String description)Payment intent description.PointPaymentIntentRequest.PointPaymentIntentRequestBuilderPointPaymentIntentRequest.PointPaymentIntentRequestBuilder. payment(PointPaymentIntentPaymentRequest payment)Properties of the payment intent.
-