Class Preapproval
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.preapproval.Preapproval
-
public class Preapproval extends MPResource
Preapproval resource.
-
-
Constructor Summary
Constructors Constructor Description Preapproval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getApplicationId()
Application ID.PreapprovalAutoRecurring
getAutoRecurring()
Recurring data.String
getBackUrl()
Return URL.Long
getCollectorId()
Seller ID.OffsetDateTime
getDateCreated()
Creation date.String
getExternalReference()
Preapproval reference value.String
getId()
Preapproval ID.String
getInitPoint()
Preapproval checkout link.OffsetDateTime
getLastModified()
Last modified date.String
getPayerEmail()
Payer email.Long
getPayerId()
Payer ID.String
getPaymentMethodId()
Payment method ID.String
getReason()
Preapproval title.String
getSandboxInitPoint()
Preapproval sandbox checkout link.String
getStatus()
Preapproval status.Long
getVersion()
Version.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getId
public String getId()
Preapproval ID.
-
getPayerId
public Long getPayerId()
Payer ID.
-
getPayerEmail
public String getPayerEmail()
Payer email.
-
getBackUrl
public String getBackUrl()
Return URL.
-
getCollectorId
public Long getCollectorId()
Seller ID.
-
getApplicationId
public Long getApplicationId()
Application ID.
-
getStatus
public String getStatus()
Preapproval status.
-
getReason
public String getReason()
Preapproval title.
-
getExternalReference
public String getExternalReference()
Preapproval reference value.
-
getDateCreated
public OffsetDateTime getDateCreated()
Creation date.
-
getLastModified
public OffsetDateTime getLastModified()
Last modified date.
-
getInitPoint
public String getInitPoint()
Preapproval checkout link.
-
getSandboxInitPoint
public String getSandboxInitPoint()
Preapproval sandbox checkout link.
-
getPaymentMethodId
public String getPaymentMethodId()
Payment method ID.
-
getAutoRecurring
public PreapprovalAutoRecurring getAutoRecurring()
Recurring data.
-
getVersion
public Long getVersion()
Version.
-
-