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

com.mercadopago.net.MPResponse Maven / Gradle / Ivy

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

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

/** MPResponse class. */
@Getter
@AllArgsConstructor
public class MPResponse {

  private final Integer statusCode;

  private final Map> headers;

  private final String content;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy