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