@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable PriceAdjustmentKindSchemaConst

    PriceAdjustmentKindSchema: ZodUnion<
        readonly [
            ZodLiteral<"fee">,
            ZodLiteral<"discount">,
            ZodLiteral<"commission">,
            ZodLiteral<"settlement">,
        ],
    > = ...