Class CustomerCardSecurityCode
Security code information.
Inherited Members
Namespace: MercadoPago.Resource.Customer
Assembly: MercadoPago.dll
Syntax
public class CustomerCardSecurityCode
Properties
| Edit this page View SourceCardLocation
Security code's card location.
Declaration
public string CardLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
Length
Security code's length.
Declaration
public int? Length { get; set; }
Property Value
Type | Description |
---|---|
int? |