The tax classification for the order.

Export

TaxClassification

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

Properties

Properties

Name?: string

The type of tax.

Memberof

TaxClassification

Value?: string

The buyer's tax identifier.

Memberof

TaxClassification