Class PaymentBusinessObject

The class encapsulates basic payments functionality
that can be used to records payments that may be
linked to an invoice

System.Object
  EPS.Business.BusinessObjects.BusinessObject
    EPS.Business.Financial.PaymentBusinessObject

public class PaymentBusinessObject : BusinessObject

Class Members

MemberDescription
Constructor Constructor
AddNew This method is overridden in order to add default values
public virtual DataSet AddNew();
GetPaymentPKByInvoicePK Returns the payment id for a certain invoice pk.
public Guid GetPaymentPKByInvoicePK( Guid invoicePK );
GetPaymentsByInvoicePK Returns a dataset with all the payment information for a certain invoice
public DataSet GetPaymentsByInvoicePK( Guid invoicePK,
bool includeDetails );

Requirements

Namespace: EPS.Business.Financial
Assembly: FINANCIALOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007