/** @description This model represents a raw external source of information. */
export declareclassRawExternalSource{
/** @description Canonical representation of the fulfillment plan's and/or sales order's original source */
marketplace_code?: string;
}