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

com.mercadopago.client.payment.PaymentTransactionDataRequest 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;

@Getter
@Builder
public class PaymentTransactionDataRequest {
  /** First time use. */
  private boolean firstTimeUse;
  /**  Subscription sequence. */
  private PaymentSubscriptionSequenceRequest subscriptionSequence;
  /** Subscription id. */
  private String subscriptionId;
  /**  Invoice period. */
  private PaymentInvoicePeriodRequest invoicePeriod;
  /** Payment reference. */
  private PaymentPaymentReferenceRequest paymentReference;
  /** Billing date. */
  private String billingDate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy