@stigg/js-client-sdk - v4.12.0
    Preparing search index...

    Type Alias GetContractsInput

    Input for fetching all contracts in the environment from the connected billing provider.

    type GetContractsInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        filter?: InputMaybe<ContractDtoFilter>;
        limit?: InputMaybe<Scalars["Int"]>;
        page?: InputMaybe<Scalars["Int"]>;
    }
    Index

    Properties

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    Optional filter, applied by the billing provider before pagination (so totals reflect the filtered set).

    Maximum number of contracts to return per page (default 100)

    Zero-based page index for offset pagination (default 0)