import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CustomAttribute } from "./CustomAttribute"; export declare const BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute: core.serialization.ObjectSchema; export declare namespace BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute { interface Raw { custom_attribute: CustomAttribute.Raw; idempotency_key?: (string | null | undefined) | null; order_id: string; } }