Interface VendorDirectFulfillmentPaymentsApiModelAdditionalDetails

A field where the selling party can provide additional information for tax-related or any other purposes.

AdditionalDetails

interface VendorDirectFulfillmentPaymentsApiModelAdditionalDetails {
    detail: string;
    languageCode?: string;
    type:
        | VendorDirectFulfillmentPaymentsApiModelAdditionalDetailsTypeEnum
        | "SUR"
        | "OCR";
}

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:
    | VendorDirectFulfillmentPaymentsApiModelAdditionalDetailsTypeEnum
    | "SUR"
    | "OCR"

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

AdditionalDetails

MMNEPVFCICPMFPCPTTAAATR