Class CustomerCardPaymentMethod
- java.lang.Object
-
- com.mercadopago.resources.customer.CustomerCardPaymentMethod
-
public class CustomerCardPaymentMethod extends Object
Payment method details related to a customer card.
-
-
Constructor Summary
Constructors Constructor Description CustomerCardPaymentMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Id of the payment method.StringgetName()Name of payment method.StringgetPaymentTypeId()Type of payment method.StringgetSecureThumbnail()Thumbnail of payment method from a secure source.StringgetThumbnail()Thumbnail of payment method.
-
-
-
Method Detail
-
getId
public String getId()
Id of the payment method.
-
getName
public String getName()
Name of payment method.
-
getPaymentTypeId
public String getPaymentTypeId()
Type of payment method.
-
getThumbnail
public String getThumbnail()
Thumbnail of payment method.
-
getSecureThumbnail
public String getSecureThumbnail()
Thumbnail of payment method from a secure source.
-
-