interface ValidateVatQueryParams {
    countryCode: string;
    vatId: string;
    [key: string]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

Properties

countryCode: string
vatId: string