
com.mercadopago.resources.customer.CustomerCardPaymentMethod Maven / Gradle / Ivy
The 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 - 2025 Weber Informatics LLC | Privacy Policy