import type * as Square from "../../../../index"; /** * @example * { * reasonId: { * type: "CUSTOM", * customReasonId: "R5BX3PDCZ6EXAMPLE" * } * } */ export interface DeleteInventoryAdjustmentReasonRequest { /** The identifier of the custom inventory adjustment reason to soft delete. */ reasonId: Square.InventoryAdjustmentReasonId; }