UNPKG

@hyperse/paypal-node-sdk

Version:

NodeJS SDK for PayPal Checkout APIs

11 lines (10 loc) 397 B
import { HttpRequestBase } from '../core/HttpRequestBase.js'; import { type BaseWebhookHeaders } from '../types/type-webhook.js'; /** * Lists webhooks for an app. * @see {@link https://developer.paypal.com/docs/api/webhooks/v1/#webhooks_list} * */ export declare class WebhookListRequest extends HttpRequestBase<BaseWebhookHeaders> { constructor(anchorType?: 'APPLICATION' | 'ACCOUNT'); }