Class IdentificationType
Identification Type resource.
Implements
Inherited Members
Namespace: MercadoPago.Resource.IdentificationType
Assembly: MercadoPago.dll
Syntax
public class IdentificationType : IResource
Remarks
For more information, access here.
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
Id
Identification type ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxLength
Identification type max length.
Declaration
public int? MaxLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinLength
Identification type min length.
Declaration
public int? MinLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Identification type name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Identification number data type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |