Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions diagrams/saas/payment.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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
15 changes: 15 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,21 @@ Node classes list of the saas provider.
<img width="30" src="/img/resources/saas/media/cloudinary.png" alt="Cloudinary" style="float: left; padding-right: 5px;" >
**diagrams.saas.media.Cloudinary**

## saas.payment


<img width="30" src="/img/resources/saas/payment/adyen.png" alt="Adyen" style="float: left; padding-right: 5px;" >
**diagrams.saas.payment.Adyen**

<img width="30" src="/img/resources/saas/payment/amazon-pay.png" alt="AmazonPay" style="float: left; padding-right: 5px;" >
**diagrams.saas.payment.AmazonPay**

<img width="30" src="/img/resources/saas/payment/paypal.png" alt="Paypal" style="float: left; padding-right: 5px;" >
**diagrams.saas.payment.Paypal**

<img width="30" src="/img/resources/saas/payment/stripe.png" alt="Stripe" style="float: left; padding-right: 5px;" >
**diagrams.saas.payment.Stripe**

## saas.recommendation


Expand Down
Binary file added resources/saas/payment/adyen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/payment/amazon-pay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/payment/paypal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/payment/stripe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading