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 LonggetApplicationId()Application ID.PreapprovalAutoRecurringgetAutoRecurring()Recurring data.StringgetBackUrl()Return URL.LonggetCollectorId()Seller ID.OffsetDateTimegetDateCreated()Creation date.StringgetExternalReference()Preapproval reference value.StringgetId()Preapproval ID.StringgetInitPoint()Preapproval checkout link.OffsetDateTimegetLastModified()Last modified date.StringgetPayerEmail()Payer email.LonggetPayerId()Payer ID.StringgetPaymentMethodId()Payment method ID.StringgetReason()Preapproval title.StringgetSandboxInitPoint()Preapproval sandbox checkout link.StringgetStatus()Preapproval status.LonggetVersion()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.
-
-