Class PaymentMethodSettingsBin
- java.lang.Object
-
- com.mercadopago.resources.paymentmethod.PaymentMethodSettingsBin
-
public class PaymentMethodSettingsBin extends Object
Bin settings.
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodSettingsBin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExclusionPattern()
Regular expression representing the excluded bins.String
getInstallmentsPattern()
Regular expression representing bins allowed to pay with more than one installment.String
getPattern()
Regular expression representing the accepted bins.
-
-
-
Method Detail
-
getPattern
public String getPattern()
Regular expression representing the accepted bins.
-
getExclusionPattern
public String getExclusionPattern()
Regular expression representing the excluded bins.
-
getInstallmentsPattern
public String getInstallmentsPattern()
Regular expression representing bins allowed to pay with more than one installment.
-
-