Class PaymentMethodSettingsBin
Bin settings.
Inherited Members
Namespace: MercadoPago.Resource.PaymentMethod
Assembly: MercadoPago.dll
Syntax
public class PaymentMethodSettingsBin
Properties
| Edit this page View SourceExclusionPattern
Regular expression representing the excluded bins.
Declaration
public string ExclusionPattern { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallmentsPattern
Regular expression representing bins allowed to pay with more than one installment.
Declaration
public string InstallmentsPattern { get; set; }
Property Value
Type | Description |
---|---|
string |
Pattern
Regular expression representing the accepted bins.
Declaration
public string Pattern { get; set; }
Property Value
Type | Description |
---|---|
string |