| BaseType Property | |
| See Also |
Returns the amount type (Gross, Net, or VAT) on which the withholding tax calculation is based.
Field name: BaseType.
Length: 1 character.
Read-only property
| Visual Basic |
|---|
Public Property BaseType() As String |
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).