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 classPointPaymentIntentRequest.PointPaymentIntentRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PointPaymentIntentRequest.PointPaymentIntentRequestBuilderbuilder()PointPaymentIntentAdditionalInfoRequestgetAdditionalInfo()Payment intent additional info.BigDecimalgetAmount()A positive value representing how much to charge.StringgetDescription()Payment intent description.PointPaymentIntentPaymentRequestgetPayment()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.
-
-