Class PreferencePaymentMethodsRequest
Set up payment methods.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferencePaymentMethodsRequest
Properties
| Edit this page View SourceDefaultInstallments
Prefered number of credit card installments.
Declaration
public int? DefaultInstallments { get; set; }
Property Value
Type | Description |
---|---|
int? |
DefaultPaymentMethodId
Payment method to be preferred on the payments methods list.
Declaration
public string DefaultPaymentMethodId { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludedPaymentMethods
Payment methods not allowed in payment process (except account_money).
Declaration
public IList<PreferencePaymentMethodRequest> ExcludedPaymentMethods { get; set; }
Property Value
Type | Description |
---|---|
IList<PreferencePaymentMethodRequest> |
ExcludedPaymentTypes
Payment types not allowed in payment process.
Declaration
public IList<PreferencePaymentTypeRequest> ExcludedPaymentTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<PreferencePaymentTypeRequest> |
Installments
Maximum number of credit card installments to be accepted.
Declaration
public int? Installments { get; set; }
Property Value
Type | Description |
---|---|
int? |