Package com.mercadopago.resources.point
Class PointSearchPaymentIntent
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.point.PointSearchPaymentIntent
-
public class PointSearchPaymentIntent extends MPResource
Point Payment Intent resource.
-
-
Constructor Summary
Constructors Constructor Description PointSearchPaymentIntent()
-
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.StringgetState()Actual state of 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.
-
getState
public String getState()
Actual state of payment intent.
-
-