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

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

There is a newer version: 2.1.29
Show newest version
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;

  /** BACEN identifier for Pix. */
  private String transactionId;

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

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

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

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

  /** First time use. */
  private boolean firstTimeUse;

  /** Subscription sequence. */
  private PaymentSubscriptionSequence subscriptionSequence;

  /** Subscription id. */
  private String subscriptionId;

  /** Invoice period. */
  private PaymentInvoicePeriod invoicePeriod;

  /** Payment reference. */
  private PaymentPaymentReference paymentReference;

  /** Billing date. */
  private String billingDate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy