Class ElementsResourcesPage<TResource>
Search page that contains elements
property.
Inherited Members
Namespace: MercadoPago.Resource
Assembly: MercadoPago.dll
Syntax
public class ElementsResourcesPage<TResource> : IResourcesPage<TResource>, IResource where TResource : IResource, new()
Type Parameters
Name | Description |
---|---|
TResource | The type of resource searched. |
Properties
| Edit this page View SourceApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
Elements
Items in this page.
Declaration
public IList<TResource> Elements { get; set; }
Property Value
Type | Description |
---|---|
IList<TResource> |
NextOffset
Offset of the next page.
Declaration
public int NextOffset { get; set; }
Property Value
Type | Description |
---|---|
int |
Total
The total number of items that match search criteria.
Declaration
public int Total { get; set; }
Property Value
Type | Description |
---|---|
int |