The tax classification for the entity.

TaxClassification

interface TaxClassification {
    Name?: string;
    Value?: string;
}

Properties

Properties

Name?: string

The type of tax.

TaxClassification

Value?: string

The entity's tax identifier.

TaxClassification