Package com.mercadopago.resources.point
Class PointStatusPaymentIntent
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.point.PointStatusPaymentIntent
-
public class PointStatusPaymentIntent extends MPResource
Payment intent status resource.
-
-
Constructor Summary
Constructors Constructor Description PointStatusPaymentIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
getCreatedOn()
Payment intent creation date.String
getStatus()
Payment intent status.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getStatus
public String getStatus()
Payment intent status.
-
getCreatedOn
public OffsetDateTime getCreatedOn()
Payment intent creation date.
-
-