Click or drag to resize

IAtomiaBillingApiValidateVatNumber Method

Validates the VAT number.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
VatNumberValidationResultType ValidateVatNumber(
	string countryCode,
	string vatNumber
)

Parameters

countryCode
Type: SystemString
The country code.
vatNumber
Type: SystemString
The vat number.

Return Value

Type: VatNumberValidationResultType
true if VAT number is valid, false otherwise.
See Also