add Payment saas resource (#1171)
@ -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
|
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 16 KiB |