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

com.mercadopago.net.MPElementsResourcesPage 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;

/**
 * Search page that contains elements property.
 *
 * @param  type
 */
@Getter
public class MPElementsResourcesPage extends MPResource {
  /** The total number of items that match search criteria. */
  private int total;

  /** Offset of the next page. */
  private int nextOffset;

  /** Items in this page. */
  private List elements;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy