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