Class OrderAutomaticPaymentRequest
Automatic Payments class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderAutomaticPaymentRequest
Properties
| Edit this page View SourceDueDate
Due Date.
Declaration
public string DueDate { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentProfileId
Payment Profile Id.
Declaration
public string PaymentProfileId { get; set; }
Property Value
Type | Description |
---|---|
string |
Retries
Retries.
Declaration
public int? Retries { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScheduleDate
Schedule Date.
Declaration
public string ScheduleDate { get; set; }
Property Value
Type | Description |
---|---|
string |