Selling Partner API SDK for JavaScript
    Preparing search index...

    Tax registration details of the entity.

    interface TaxRegistrationDetails {
        taxRegistrationAddress?: Address;
        taxRegistrationMessages?: string;
        taxRegistrationNumber: string;
        taxRegistrationType?: TaxRegistrationDetailsTaxRegistrationTypeEnum;
    }
    Index

    Properties

    taxRegistrationAddress?: Address
    taxRegistrationMessages?: string

    Tax registration message that can be used for additional tax related details.

    taxRegistrationNumber: string

    Tax registration number for the party. For example, VAT ID.

    Tax registration type for the entity.