Tesis 1.0.0
Loading...
Searching...
No Matches
payment_service.admin.PaymentNotificationAdmin Class Reference
Inheritance diagram for payment_service.admin.PaymentNotificationAdmin:

Static Public Attributes

tuple list_display = ('id', 'payment_id', 'topic', 'processed', 'created_at')
tuple list_filter = ('topic', 'processed', 'created_at')
tuple search_fields = ('id', 'payment_id')
tuple readonly_fields = ('id', 'created_at', 'raw_data')
tuple ordering = ('-created_at',)

Detailed Description

Definition at line 13 of file admin.py.

Member Data Documentation

◆ list_display

tuple payment_service.admin.PaymentNotificationAdmin.list_display = ('id', 'payment_id', 'topic', 'processed', 'created_at')
static

Definition at line 14 of file admin.py.

◆ list_filter

tuple payment_service.admin.PaymentNotificationAdmin.list_filter = ('topic', 'processed', 'created_at')
static

Definition at line 15 of file admin.py.

◆ ordering

tuple payment_service.admin.PaymentNotificationAdmin.ordering = ('-created_at',)
static

Definition at line 18 of file admin.py.

◆ readonly_fields

tuple payment_service.admin.PaymentNotificationAdmin.readonly_fields = ('id', 'created_at', 'raw_data')
static

Definition at line 17 of file admin.py.

◆ search_fields

tuple payment_service.admin.PaymentNotificationAdmin.search_fields = ('id', 'payment_id')
static

Definition at line 16 of file admin.py.


The documentation for this class was generated from the following file:
  • microservicemp/mercadopago_service/payment_service/admin.py