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

com.mercadopago.resources.customer.CustomerCardPaymentMethod Maven / Gradle / Ivy

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

import lombok.Getter;

/** Payment method details related to a customer card. */
@Getter
public class CustomerCardPaymentMethod {
  /** Id of the payment method. */
  private String id;

  /** Name of payment method. */
  private String name;

  /** Type of payment method. */
  private String paymentTypeId;

  /** Thumbnail of payment method. */
  private String thumbnail;

  /** Thumbnail of payment method from a secure source. */
  private String secureThumbnail;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy