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

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

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.payment;

import java.util.List;
import lombok.Getter;

/** PaymentAdditionalInfo class. */
@Getter
public class PaymentAdditionalInfo {
  /** IP from where the request comes from (only for bank transfers). */
  private String ipAddress;

  /** List of items to be paid. */
  private List items;

  /** Payer's information. */
  private PaymentAdditionalInfoPayer payer;

  /** Shipping information. */
  private PaymentShipments shipments;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy