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

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

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

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

/**
 * List of resources returned by an API.
 *
 * @param  Type of resource being returned
 */
@Getter
@Setter
public class MPResourceList extends MPResource {
  /** List of results. */
  private List results;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy