Package com.mercadopago.client.point
Class PointPaymentIntentRequest
- java.lang.Object
-
- com.mercadopago.client.point.PointPaymentIntentRequest
-
public class PointPaymentIntentRequest extends Object
Parameters to create a Point Payment Intent request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PointPaymentIntentRequest.PointPaymentIntentRequestBuilder
builder()
PointPaymentIntentAdditionalInfoRequest
getAdditionalInfo()
Payment intent additional info.BigDecimal
getAmount()
A positive value representing how much to charge.String
getDescription()
Payment intent description.PointPaymentIntentPaymentRequest
getPayment()
Properties of the payment intent.
-
-
-
Method Detail
-
builder
public static PointPaymentIntentRequest.PointPaymentIntentRequestBuilder builder()
-
getAmount
public BigDecimal getAmount()
A positive value representing how much to charge.
-
getDescription
public String getDescription()
Payment intent description.
-
getPayment
public PointPaymentIntentPaymentRequest getPayment()
Properties of the payment intent.
-
getAdditionalInfo
public PointPaymentIntentAdditionalInfoRequest getAdditionalInfo()
Payment intent additional info.
-
-