Class CustomerCardCardholder
- java.lang.Object
-
- com.mercadopago.resources.customer.CustomerCardCardholder
-
public class CustomerCardCardholder extends Object
Cardholder details.
-
-
Constructor Summary
Constructors Constructor Description CustomerCardCardholder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerCardCardholderIdentification
getIdentification()
Identification of cardholder.String
getName()
Name of cardholder.
-
-
-
Method Detail
-
getName
public String getName()
Name of cardholder.
-
getIdentification
public CustomerCardCardholderIdentification getIdentification()
Identification of cardholder.
-
-