CashBook..::..ReadCreditor Method
Namespace:
JiwaFinancials.Jiwa.JiwaCashBook
Assembly: JiwaCashBook (in JiwaCashBook.dll)
Assembly: JiwaCashBook (in JiwaCashBook.dll)
Syntax
public void ReadCreditor( ref string CreditorID, ref string CreditorAccountNo, ref string CreditorAccountName, ref CashBookTransactionCollection..::..DebtorCreditorPeriodTypes PeriodType, ref CashBookTransactionCollection..::..TermsTypes TermsType, ref int TermsDays, ref decimal CurrentBalance, ref decimal Period1Balance, ref decimal Period2Balance, ref decimal Period3Balance, ref decimal Period4Balance, bool UseCreditorAccountNoAsSeed )
Public Sub ReadCreditor ( _ ByRef CreditorID As String, _ ByRef CreditorAccountNo As String, _ ByRef CreditorAccountName As String, _ ByRef PeriodType As CashBookTransactionCollection..::..DebtorCreditorPeriodTypes, _ ByRef TermsType As CashBookTransactionCollection..::..TermsTypes, _ ByRef TermsDays As Integer, _ ByRef CurrentBalance As Decimal, _ ByRef Period1Balance As Decimal, _ ByRef Period2Balance As Decimal, _ ByRef Period3Balance As Decimal, _ ByRef Period4Balance As Decimal, _ UseCreditorAccountNoAsSeed As Boolean _ )
public: void ReadCreditor( String^% CreditorID, String^% CreditorAccountNo, String^% CreditorAccountName, CashBookTransactionCollection..::..DebtorCreditorPeriodTypes^% PeriodType, CashBookTransactionCollection..::..TermsTypes^% TermsType, int^% TermsDays, Decimal^% CurrentBalance, Decimal^% Period1Balance, Decimal^% Period2Balance, Decimal^% Period3Balance, Decimal^% Period4Balance, bool^ UseCreditorAccountNoAsSeed )
Parameters
- CreditorID
- Type: String%
- CreditorAccountNo
- Type: String%
- CreditorAccountName
- Type: String%
- PeriodType
- Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..DebtorCreditorPeriodTypes%
- TermsDays
- Type: Int32%
- CurrentBalance
- Type: Decimal%
- Period1Balance
- Type: Decimal%
- Period2Balance
- Type: Decimal%
- Period3Balance
- Type: Decimal%
- Period4Balance
- Type: Decimal%
- UseCreditorAccountNoAsSeed
- Type: Boolean