Contains the business invoice tax information. Available only in the TR marketplace.

Export

BuyerTaxInformation

interface BuyerTaxInformation {
    BuyerBusinessAddress?: string;
    BuyerLegalCompanyName?: string;
    BuyerTaxOffice?: string;
    BuyerTaxRegistrationId?: string;
}

Properties

BuyerBusinessAddress?: string

Business buyer's address.

Memberof

BuyerTaxInformation

BuyerLegalCompanyName?: string

Business buyer's company legal name.

Memberof

BuyerTaxInformation

BuyerTaxOffice?: string

Business buyer's tax office.

Memberof

BuyerTaxInformation

BuyerTaxRegistrationId?: string

Business buyer's tax registration ID.

Memberof

BuyerTaxInformation