menu
paypal_sdk package
documentation
webhooks.dart
Webhook
Webhook const constructor
Webhook const constructor
dark_mode
light_mode
Webhook
constructor
const
Webhook
(
{
String
?
id
,
required
String
url
,
required
List
<
EventType
>
eventTypes
,
List
<
LinkDescription
>
?
links
,
})
Implementation
const Webhook({ this.id, required this.url, required this.eventTypes, this.links, });
paypal_sdk package
documentation
webhooks
Webhook
Webhook const constructor
Webhook class