Class ResultsResourcesPage<TResource>
Search page that contains results property.
Inherited Members
Namespace: MercadoPago.Resource
Assembly: MercadoPago.dll
Syntax
public class ResultsResourcesPage<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 |
Paging
Paging information.
Declaration
public ResultsPaging Paging { get; set; }
Property Value
| Type | Description |
|---|---|
| ResultsPaging |
Results
Items in this page.
Declaration
public IList<TResource> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TResource> |