IPayment | |
public interface IPaymentSettlementService : IPaymentSettlementQueryService, IBusinessService
The IPaymentSettlementService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of PaymentSettlements matching the specified filter.
(Inherited from IPaymentSettlementQueryService) | |
| GetAll |
Gets all PaymentSettlements
(Inherited from IPaymentSettlementQueryService) | |
| GetSingle |
Gets a single PaymentSettlement matching the provided filter.
(Inherited from IPaymentSettlementQueryService) |