Package com.mercadopago.resources.common
Class Identification
- java.lang.Object
-
- com.mercadopago.resources.common.Identification
-
- Direct Known Subclasses:
CustomerCardCardholderIdentification
public class Identification extends Object
Base type that represents identifications such as customer identification.
-
-
Constructor Summary
Constructors Constructor Description Identification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNumber()
Unique number of that identification.String
getType()
Type of identification.
-