All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.resources.paymentmethod.PaymentMethodSettingsBin Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.paymentmethod;

import lombok.Getter;

/** Bin settings. */
@Getter
public class PaymentMethodSettingsBin {
  /** Regular expression representing the accepted bins. */
  private String pattern;

  /** Regular expression representing the excluded bins. */
  private String exclusionPattern;

  /** Regular expression representing bins allowed to pay with more than one installment. */
  private String installmentsPattern;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy