Source code for worldline.connect.sdk.webhooks.webhooks

#
# This class was auto-generated from the API references found at
# https://apireference.connect.worldline-solutions.com/
#
from worldline.connect.sdk.v1.webhooks.v1_webhooks_factory import V1WebhooksFactory


[docs]class Webhooks(object): """ Worldline Global Collect platform factory for several webhooks components. """ __V1 = V1WebhooksFactory()
[docs] @staticmethod def v1(): return Webhooks.__V1