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

com.mercadopago.client.payment.PaymentPointOfInteractionRequest Maven / Gradle / Ivy

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

import lombok.Builder;
import lombok.Getter;

/** PaymentPointOfInteractionRequest class. */
@Getter
@Builder
public class PaymentPointOfInteractionRequest {
  /** Linked to information. */
  private final String linkedTo;

  /** Type. */
  private final String type;
  /**  Transaction data. */
  private final PaymentTransactionDataRequest transactionData;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy