Class PreapprovalCreateRequest
Data to create a Preapproval.
Inherited Members
Namespace: MercadoPago.Client.Preapproval
Assembly: MercadoPago.dll
Syntax
public class PreapprovalCreateRequest
Properties
| Edit this page View SourceAutoRecurring
Recurring data.
Declaration
public PreApprovalAutoRecurringCreateRequest AutoRecurring { get; set; }
Property Value
| Type | Description |
|---|---|
| PreApprovalAutoRecurringCreateRequest |
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? |
ExternalReference
Preapproval reference value.
Declaration
public string ExternalReference { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PayerEmail
Payer email.
Declaration
public string PayerEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
Preapproval title.
Declaration
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Preapproval status.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |