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

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

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

import lombok.Getter;

/** Financial institution processing this payment method. */
@Getter
public class PaymentMethodFinancialInstitutions {
  /** External financial institution identifier (e.g.: company id for atm) */
  private Long id;

  /** Descriptive financial institution name. */
  private String description;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy