Click or drag to resize
Infosoft Logo

IPaymentTypeService Interface

Defines operations related to the PaymentType entity.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IPaymentTypeService : IBusinessService

The IPaymentTypeService type exposes the following members.

Methods
 NameDescription
Public methodGetDefaultPaymentTypeForTitle Gets the default payment type of a given title.
Public methodGetPaymentTypeByCode Gets the payment type with the given code.
Top
See Also