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

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

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

import com.mercadopago.client.payment.PaymentNetworkTransactionDataRequest;
import lombok.Getter;

/** PaymentExpanded class. */
@Getter
public class PaymentExpanded {
  /** Gateway information. */
  private Gateway gateway;

  /** Gateway class for expanded information. */
  @Getter
  public static class Gateway {
    /** Reference information. */
    private PaymentNetworkTransactionDataRequest reference;
  }
} 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy