Package com.mercadopago.resources.point
Class PointPaymentIntent
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.point.PointPaymentIntent
-
public class PointPaymentIntent extends MPResource
Point Payment Intent resource.
-
-
Constructor Summary
Constructors Constructor Description PointPaymentIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointPaymentIntentAdditionalInfogetAdditionalInfo()Payment intent additional info.BigDecimalgetAmount()Payment intent amount.StringgetDescription()Payment intent description.StringgetDeviceId()Identifier of the device that have a payment intent queued.StringgetId()Payment intent identifier.PointPaymentIntentPaymentgetPayment()Properties of the payment intent.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getId
public String getId()
Payment intent identifier.
-
getDescription
public String getDescription()
Payment intent description.
-
getDeviceId
public String getDeviceId()
Identifier of the device that have a payment intent queued.
-
getAmount
public BigDecimal getAmount()
Payment intent amount.
-
getAdditionalInfo
public PointPaymentIntentAdditionalInfo getAdditionalInfo()
Payment intent additional info.
-
getPayment
public PointPaymentIntentPayment getPayment()
Properties of the payment intent.
-
-