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

com.mercadopago.resources.payment.PaymentTransactionData Maven / Gradle / Ivy

package com.mercadopago.resources.payment;

import lombok.Getter;

/** PaymentTransactionData class. */
@Getter
public class PaymentTransactionData {
  /** QR code. */
  private String qrCode;

  /** QR code image in Base 64. */
  private String qrCodeBase64;

  /** Transaction ID. */
  private String transactionId;

  /** Bank transfer ID. */
  private Long bankTransferId;

  /** Financial institution. */
  private Long financialInstitution;

  /** Bank info. */
  private PaymentBankInfo bankInfo;

  /** Ticket Url. */
  private String ticketUrl;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy