Typescript SDK Type Docs
    Preparing search index...

    Class ByProjectKeyMePaymentsByIDRequestBuilder

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    args: {
        baseUri?: string;
        executeRequest: executeRequest;
        pathArgs: { ID: string; projectKey: string };
    }

    Methods

    • Deletes a Payment with the provided id for the authenticated Customer or anonymous user. You can only delete a Payment if it has no Transactions.

      Parameters

      • methodArgs: {
            headers?: { [key: string]: string | string[] };
            queryArgs: {
                expand?: string | string[];
                version: number;
                [key: string]: QueryParam;
            };
        }

      Returns ApiRequest<MyPayment>

    post