Class PreferencePaymentMethods
Payment methods information from Preference.
Inherited Members
Namespace: MercadoPago.Resource.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferencePaymentMethods
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<PreferencePaymentMethod> ExcludedPaymentMethods { get; set; }
Property Value
Type | Description |
---|---|
IList<PreferencePaymentMethod> |
ExcludedPaymentTypes
Payment types not allowed in payment process.
Declaration
public IList<PreferencePaymentType> ExcludedPaymentTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<PreferencePaymentType> |
Installments
Maximum number of credit card installments to be accepted.
Declaration
public int? Installments { get; set; }
Property Value
Type | Description |
---|---|
int? |