Intrastat::isIntrastatLine Method
Determines if a transaction line qualifies for Intrastat.
Syntax
client server public static boolean isIntrastatLine(
IntrastatTransferMap _intrastatTransferMap,
[Intrastat _intrastat,
Weight _weight])
Run On
Called
Parameters
- _intrastatTransferMap
Type: IntrastatTransferMap Map
The map that carries information to determine if a transaction line qualifies for Intrastat.
- _intrastat
Type: Intrastat Table
Corresponding Intrastat line that already has Intrastat formation from the transaction line.
- _weight
Type: Weight Extended Data Type
Item weight for the transaction.
Return Value
Type: boolean
true if the transaction line qualifies for Intrastat: otherwise, false.