Class PaymentService#
Defined in File PaymentService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
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> FindById (string id)#
Returns a single payment from the system that the user has access to.
- Task<long?> Count (Dictionary<string, string> query = null)#
Retrieves the Entities Count based on the given criteria.
- Return:
Entity Count