You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diagrams/diagrams/saas/payment.py

28 lines
399 B

# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Saas
class _Payment(_Saas):
_type = "payment"
_icon_dir = "resources/saas/payment"
class Adyen(_Payment):
_icon = "adyen.png"
class AmazonPay(_Payment):
_icon = "amazon-pay.png"
class Paypal(_Payment):
_icon = "paypal.png"
class Stripe(_Payment):
_icon = "stripe.png"
# Aliases