Skip to main content

PaypalWebhook

Source: lyda-shared/src/Models/db/finance/PaypalWebhook.ts

PaypalWebhook

Type: interface

export interface PaypalWebhook {
id: string;
type: string;
received_at: Date;
content: string;
paypal_user_id: string;
handled: boolean;
updated_at: Date;
}

Properties

PropertyTypeRequiredDescription
idstringYes-
typestringYes-
received_atD​a​t​eYes-
contentstringYes-
paypal_user_idstringYes-
handledbooleanYes-
updated_atD​a​t​eYes-