| Member | Description |
|---|---|
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 ); |