Uses of Class
com.mercadopago.resources.common.Identification
-
Packages that use Identification Package Description com.mercadopago.resources.customer com.mercadopago.resources.payment com.mercadopago.resources.preference -
-
Uses of Identification in com.mercadopago.resources.customer
Subclasses of Identification in com.mercadopago.resources.customer Modifier and Type Class Description class
CustomerCardCardholderIdentification
Identification details of cardholder.Methods in com.mercadopago.resources.customer that return Identification Modifier and Type Method Description Identification
Customer. getIdentification()
Customer's identification information. -
Uses of Identification in com.mercadopago.resources.payment
Methods in com.mercadopago.resources.payment that return Identification Modifier and Type Method Description Identification
PaymentCardholder. getIdentification()
Cardholder identification.Identification
PaymentPayer. getIdentification()
Payer's personal identification. -
Uses of Identification in com.mercadopago.resources.preference
Methods in com.mercadopago.resources.preference that return Identification Modifier and Type Method Description Identification
PreferencePayer. getIdentification()
Payer's identification.
-