DebtorAllocationCollection..::..CheckAllocationAmount Method

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


public void CheckAllocationAmount(
	decimal ProposedAmount,
	ref decimal FXAmount,
	ref decimal DebitAmount,
	ref decimal CreditAmount,
	string AllocationKey,
	bool AmountIsFX,
	bool SourceTransactionIsCredit
)
Public Sub CheckAllocationAmount ( _
	ProposedAmount As Decimal, _
	ByRef FXAmount As Decimal, _
	ByRef DebitAmount As Decimal, _
	ByRef CreditAmount As Decimal, _
	AllocationKey As String, _
	AmountIsFX As Boolean, _
	SourceTransactionIsCredit As Boolean _
)
public:
void CheckAllocationAmount(
	Decimal^ ProposedAmount, 
	Decimal^% FXAmount, 
	Decimal^% DebitAmount, 
	Decimal^% CreditAmount, 
	String^ AllocationKey, 
	bool^ AmountIsFX, 
	bool^ SourceTransactionIsCredit
)

Parameters

ProposedAmount
Type: Decimal
FXAmount
Type: Decimal%
DebitAmount
Type: Decimal%
CreditAmount
Type: Decimal%
AllocationKey
Type: String
AmountIsFX
Type: Boolean
SourceTransactionIsCredit
Type: Boolean