Additional information provided by the selling party for tax-related or any other purpose.

Export

AdditionalDetails

interface AdditionalDetails {
    detail: string;
    languageCode?: string;
    type: AdditionalDetailsTypeEnum;
}

Properties

detail: string

The detail of the additional information provided by the selling party.

Memberof

AdditionalDetails

languageCode?: string

The language code of the additional information detail.

Memberof

AdditionalDetails

The type of the additional information provided by the selling party.

Memberof

AdditionalDetails