MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.BuyerTransactionResults Class Reference

Container for returning Multiple BuyerTransactions. More...

Properties

int PageNumber [get, set]
 If there is more than one page of BuyerTransaction objects to return, page_number will denote which page of responses has been returned. If this is less than the value of total_pages, there are more pages that can be returned by including the page_number parameter in your API request. More...
 
int TotalPages [get, set]
 If there is more than one page of BuyerTransaction objects to return, total_pages will denote how many pages of BuyerTransaction objects there are to be returned for the current query. Subsequent pages can be returned by including the page_number parameter in your API request. More...
 
List< BuyerTransactionTransactions = new List<BuyerTransaction>() [get, set]
 This array contains the payload from the request query. Any found BuyerTransaction objects matching the query will be returned as BuyerTransaction objects in the response. More...
 

Detailed Description

Container for returning Multiple BuyerTransactions.

Property Documentation

◆ PageNumber

int MoxiWorks.Platform.BuyerTransactionResults.PageNumber
getset

If there is more than one page of BuyerTransaction objects to return, page_number will denote which page of responses has been returned. If this is less than the value of total_pages, there are more pages that can be returned by including the page_number parameter in your API request.

◆ TotalPages

int MoxiWorks.Platform.BuyerTransactionResults.TotalPages
getset

If there is more than one page of BuyerTransaction objects to return, total_pages will denote how many pages of BuyerTransaction objects there are to be returned for the current query. Subsequent pages can be returned by including the page_number parameter in your API request.

◆ Transactions

List<BuyerTransaction> MoxiWorks.Platform.BuyerTransactionResults.Transactions = new List<BuyerTransaction>()
getset

This array contains the payload from the request query. Any found BuyerTransaction objects matching the query will be returned as BuyerTransaction objects in the response.


The documentation for this class was generated from the following file: