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

com.mercadopago.client.cardtoken.CardTokenRequest Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.client.cardtoken;

import lombok.Builder;
import lombok.Getter;

/** Card data used in requests. */
@Builder
@Getter
public class CardTokenRequest {
  /** Id of the card. */
  private final String cardId;

  /** Id of the customer. */
  private final String customerId;

  /** Security code of the card. */
  private final String securityCode;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy