Interface

ITaxVerificationService

ITaxVerificationService

Interface for Tax verification services (TIN, Stamp Duty) Implementations should throw NotImplementedException for unsupported methods

View Source core/interfaces/verification-services/tax-verification.interface.ts, line 9

Members

boolean

# isReady

Check if the service is ready and configured

View Source core/interfaces/verification-services/tax-verification.interface.ts, line 25

Promise.<VerificationResponse.<StampDutyVerificationData>>

# verifyStampDuty Optional

Stamp duty verification - OPTIONAL

View Source core/interfaces/verification-services/tax-verification.interface.ts, line 19

Promise.<VerificationResponse.<TaxVerificationData>>

# verifyTIN

TIN (Tax Identification Number) verification - REQUIRED

View Source core/interfaces/verification-services/tax-verification.interface.ts, line 14