add Payment saas resource (#1171)

pull/797/merge
Phuoc Tran 3 weeks ago committed by GitHub
parent 0a2af33c93
commit e9381940ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save