shuup.admin.modules.services.views package
Module contents
- class shuup.admin.modules.services.views.PaymentMethodDeleteView(**kwargs)[source]
Bases:
DeleteView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- model
alias of
PaymentMethod
- success_url = '/sa/payment_method/'
- class shuup.admin.modules.services.views.PaymentMethodEditView(**kwargs)[source]
Bases:
ServiceEditView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- base_form_part_classes: Any = [<class 'shuup.admin.modules.services.base_form_part.PaymentMethodBaseFormPart'>]
- model
alias of
PaymentMethod
- class shuup.admin.modules.services.views.PaymentMethodListView(**kwargs)[source]
Bases:
ServiceListView
- model
alias of
PaymentMethod
- class shuup.admin.modules.services.views.ShippingMethodDeleteView(**kwargs)[source]
Bases:
DeleteView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- model
alias of
ShippingMethod
- success_url = '/sa/shipping_method/'
- class shuup.admin.modules.services.views.ShippingMethodEditView(**kwargs)[source]
Bases:
ServiceEditView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- base_form_part_classes: Any = [<class 'shuup.admin.modules.services.base_form_part.ShippingMethodBaseFormPart'>]
- model
alias of
ShippingMethod