Class PaymentService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.PaymentService : xbe.sdk.ServiceBase#

Public Functions

PaymentService ()#
Task<List<Payment>> FindAll (Dictionary<string, string> query = null)#

Returns all payments from the system that the user has access to.

Task<Payment> Create (Payment obj)#

Create a new payment.

Task<Payment> FindById (string id)#

Returns a single payment from the system that the user has access to.

Task<Payment> Update (string id, Payment obj)#

Updates a single payment.

Task<long?> Count (Dictionary<string, string> query = null)#

Retrieves the Entities Count based on the given criteria.

Return:

Entity Count