Class PreapprovalAutoRecurring
Recurring data.
Inherited Members
Namespace: MercadoPago.Resource.PreApproval
Assembly: MercadoPago.dll
Syntax
public class PreapprovalAutoRecurring
Properties
| Edit this page View SourceCurrencyId
Currency ID.
Declaration
public string CurrencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
Recurring end date.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Frequency
Recurring frequency.
Declaration
public int? Frequency { get; set; }
Property Value
Type | Description |
---|---|
int? |
FrequencyType
Recurring frequency type (days or months).
Declaration
public string FrequencyType { get; set; }
Property Value
Type | Description |
---|---|
string |
StartDate
Recurring start date.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
TransactionAmount
Recurring amount.
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |