📚 SAP Business One SDK Help

PlasticPackageExemptionReason Property
See Also  Example

Description

Reason for exemption from tax; options are determined by the authorities.

Property type

Read-write property

Syntax

Visual Basic
Public Property PlasticPackageExemptionReason() As String

Remarks

Spain localization

Example

C#Copy Code
 oInventoryOpeningBalanceLine.Lines.PlasticPackageExemptionReason = "a";

See Also