Class PreapprovalUpdateRequest
Data to update a Preapproval.
Inherited Members
Namespace: MercadoPago.Client.Preapproval
Assembly: MercadoPago.dll
Syntax
public class PreapprovalUpdateRequest
Properties
| Edit this page View SourceAutoRecurring
Recurring data.
Declaration
public PreApprovalAutoRecurringUpdateRequest AutoRecurring { get; set; }
Property Value
Type | Description |
---|---|
PreApprovalAutoRecurringUpdateRequest |
BackUrl
Return URL.
Declaration
public string BackUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalReference
Preapproval reference value.
Declaration
public string ExternalReference { 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 |