Interface VendorInvoicesApiModelAdditionalDetails

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

AdditionalDetails

interface VendorInvoicesApiModelAdditionalDetails {
    detail: string;
    languageCode?: string;
    type:
        | "SUR"
        | "OCR"
        | VendorInvoicesApiModelAdditionalDetailsTypeEnum
        | "CartonCount";
}

Properties

detail: string

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

AdditionalDetails

languageCode?: string

The language code of the additional information detail.

AdditionalDetails

type:
    | "SUR"
    | "OCR"
    | VendorInvoicesApiModelAdditionalDetailsTypeEnum
    | "CartonCount"

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

AdditionalDetails

MMNEPVFCICPMFPCPTTAAATR