Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets cash disc account.
Syntax
client server public static AmountCur cashDiscAmount_IN(
CashDiscCode _cashDiscCode,
CurrencyCode _currencyCode,
AmountCur _amountInclTax,
AmountCur _amountExclTax,
[DiscPct _cashDiscPercent,
AmountCur _noneTaxamount])
Run On
Called
Parameters
- _cashDiscCode
Type: CashDiscCode Extended Data Type
The cash disc code.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code.
- _amountInclTax
Type: AmountCur Extended Data Type
The Incl tax amount.
- _amountExclTax
Type: AmountCur Extended Data Type
The Excl tax amount.
- _cashDiscPercent
Type: DiscPct Extended Data Type
The cash disc percent.
- _noneTaxamount
Type: AmountCur Extended Data Type
The none tax amount.
Return Value
Type: AmountCur Extended Data Type
The instance of the AmountCur class.