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 StringgetNumber()Unique number of that identification.StringgetType()Type of identification.
-