All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.resources.paymentmethod.PaymentMethodSettingsSecurityCode Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.paymentmethod;

import lombok.Getter;

/** Security code settings. */
@Getter
public class PaymentMethodSettingsSecurityCode {
  /** Whether the security code is mandatory or not. */
  private String mode;

  /** Security code length. */
  private int length;

  /** Whether the security code is located in the back or in the front of the card. */
  private String cardLocation;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy