Type alias CreditLedgerInput

CreditLedgerInput: { customerId: Scalars["String"]; environmentId?: InputMaybe<Scalars["UUID"]>; resourceId?: InputMaybe<Scalars["String"]> }

Input for retrieving credit ledger

Type declaration

  • customerId: Scalars["String"]

    The customer ID of the credit ledger

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

    The environment ID of the credit ledger

  • Optional resourceId?: InputMaybe<Scalars["String"]>

    The resource ID of the credit ledger