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 customs percent value.
Syntax
client server public static TaxValue getCustomsPercent_IN(
SalesPurchJournalLine_IN _salesPurchJournalLine,
TaxCode _taxCode,
TransDate _date,
TaxBase _amount)
Run On
Called
Parameters
- _salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map
The sales purch journal line.
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _date
Type: TransDate Extended Data Type
The transaction date.
- _amount
Type: TaxBase Extended Data Type
The tax base amount.
Return Value
Type: TaxValue Extended Data Type
The instance of the TaxValue class.