@nevermined-io/payments
    Preparing search index...

    Interface UpdatePaymentMethodDto

    DTO for updating a payment method's alias and allowed API keys.

    interface UpdatePaymentMethodDto {
        alias?: string;
        allowedApiKeyIds?: string[] | null;
    }
    Index

    Properties

    alias?: string
    allowedApiKeyIds?: string[] | null