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 String
getId()
Id of the payment method.String
getName()
Name of payment method.String
getPaymentTypeId()
Type of payment method.String
getSecureThumbnail()
Thumbnail of payment method from a secure source.String
getThumbnail()
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.
-
-