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

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

The newest version!
package com.mercadopago.client.payment;

import lombok.Builder;
import lombok.Getter;

/** PaymentNetworkTransactionDataRequest class. */
@Getter
@Builder
public class PaymentNetworkTransactionDataRequest {
  /** Network transaction ID associated with the card brand identifier. */
  private final String networkTransactionId;
} 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy