Class PaymentMethodSettingsSecurityCode
Security code settings.
Inherited Members
Namespace: MercadoPago .Resource.PaymentMethod
Assembly: MercadoPago.dll
Syntax
public class PaymentMethodSettingsSecurityCode
Properties
| Edit this page View SourceCardLocation
Whether the security code is located in the back or in the front of the card.
Declaration
public string CardLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
Length
Secutiry code length.
Declaration
public int? Length { get; set; }
Property Value
Type | Description |
---|---|
int? |
Mode
Whether the security code is mandatory or not.
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |