Click or drag to resize
Infosoft Logo

IJointInvoiceDetailService Interface

Defines operations related to JointInvoiceDetail objects.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IJointInvoiceDetailService : IBusinessService

The IJointInvoiceDetailService type exposes the following members.

Methods
 NameDescription
Public methodGetAllJointInvoiceDetails Gets all the available joint invoice details.
Public methodGetJointInvoiceDetailById Gets a single JointInvoiceDetail by an ID.
Public methodGetJointInvoiceDetailByIdentifier Gets a single JointInvoiceDetail by an identifier.
Public methodGetJointInvoiceDetailsByTitleCode Gets all the available joint invoice details for the given title code..
Top
See Also