Class OrderPaymentMethodConfigRequest
Payment method configuration class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderPaymentMethodConfigRequest
Properties
| Edit this page View SourceDefaultId
Default payment method ID.
Declaration
public string DefaultId { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultInstallments
Default installments.
Declaration
public string DefaultInstallments { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxInstallments
Max installments.
Declaration
public string MaxInstallments { get; set; }
Property Value
Type | Description |
---|---|
string |
NotAllowedIds
Not allowed payment method IDs.
Declaration
public List<string> NotAllowedIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
NotAllowedTypes
Not allowed payment method types.
Declaration
public List<string> NotAllowedTypes { get; set; }
Property Value
Type | Description |
---|---|
List<string> |