MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.Interfaces.ISellerTransactionService Interface Reference

Wrapper around the service to allow stubbing of the service. More...

Inheritance diagram for MoxiWorks.Platform.Interfaces.ISellerTransactionService:
MoxiWorks.Platform.SellerTransactionService

Public Member Functions

Task< Response< SellerTransaction > > CreateSellerTransactionAsync (SellerTransaction sellerTransaction)
 
Task< Response< SellerTransaction > > UpdateSellerTransactionAsync (SellerTransaction sellerTransaction)
 
Task< Response< SellerTransaction > > GetSellerTransactionAsync (string agentId, AgentIdType agentIdType, string moxiworksTransactionId)
 
Task< Response< SellerTransactionResults > > GetSellerTransactionsAsync (string agentId, AgentIdType agentIdType, string moxiworksContactId=null, string partnerContactId=null, int pageNumber=1)
 

Properties

IMoxiWorksClient Client [get, set]
 

Detailed Description

Wrapper around the service to allow stubbing of the service.


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