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 PointPaymentIntentAdditionalInfo
getAdditionalInfo()
Payment intent additional info.BigDecimal
getAmount()
Payment intent amount.String
getDescription()
Payment intent description.String
getDeviceId()
Identifier of the device that have a payment intent queued.String
getId()
Payment intent identifier.PointPaymentIntentPayment
getPayment()
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.
-
-