Class PaymentDiscount
Payment's discount.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentDiscount
Properties
| Edit this page View SourceLimitDate
Limit date.
Declaration
[JsonConverter(typeof(DateWithoutHourConverter))]
public DateTime LimitDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Type
Type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value.
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
decimal |