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

    Tax registration details of the entity.

    interface TaxRegistrationDetail {
        taxRegistrationAddress?: Address;
        taxRegistrationMessage?: string;
        taxRegistrationNumber: string;
        taxRegistrationType?: TaxRegistrationDetailTaxRegistrationTypeEnum;
    }
    Index

    Properties

    taxRegistrationAddress?: Address
    taxRegistrationMessage?: string

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

    taxRegistrationNumber: string

    Tax registration number for the entity. For example, VAT ID, Consumption Tax ID.

    Tax registration type for the entity.