Class Preapproval
Preapproval resource.
Implements
Inherited Members
Namespace: MercadoPago.Resource.PreApproval
Assembly: MercadoPago.dll
Syntax
public class Preapproval : IResource
Remarks
For more information check the documentation here
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
ApplicationId
Application ID.
Declaration
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string |
AutoRecurring
Recurring data.
Declaration
public PreapprovalAutoRecurring AutoRecurring { get; set; }
Property Value
Type | Description |
---|---|
PreapprovalAutoRecurring |
BackUrl
Return URL.
Declaration
public string BackUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CollectorId
Seller ID.
Declaration
public long? CollectorId { get; set; }
Property Value
Type | Description |
---|---|
long? |
DateCreated
Creation date.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
ExternalReference
Preapproval reference value.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Preapproval ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InitPoint
Preapproval checkout link.
Declaration
public string InitPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
LastModified
Last modified date.
Declaration
public DateTime? LastModified { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
PayerEmail
Payer email.
Declaration
public string PayerEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
PayerId
Payer ID.
Declaration
public long? PayerId { get; set; }
Property Value
Type | Description |
---|---|
long? |
PaymentMethodId
Payment method ID.
Declaration
public string PaymentMethodId { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Preapproval title.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
SandboxInitPoint
Preapproval sandbox checkout link.
Declaration
public string SandboxInitPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Preapproval status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |