📚 SAP Business One SDK Help

BaseType Property
See Also 

Description

Returns the amount type (Gross, Net, or VAT) on which the withholding tax calculation is based.

Field name: BaseType.

Length: 1 character.

Property type

Read-only property

Syntax

Visual Basic
Public Property BaseType() As String

Remarks

The valid values are:

  • G - Gross. Total amount including VAT (country-specific for Europe only).
  • N - Net. Total amount without VAT (country-specific for Europe and Latin America).
  • V - VAT. VAT amount only (country-specific for Latin America only).

See Also