Tesis 1.0.0
Loading...
Searching...
No Matches
payment_service.models.PaymentNotification.Meta Class Reference

Static Public Attributes

str verbose_name = "Notificación de pago"
str verbose_name_plural = "Notificaciones de pago"
list ordering = ['-created_at']

Detailed Description

Definition at line 43 of file models.py.

Member Data Documentation

◆ ordering

list payment_service.models.PaymentNotification.Meta.ordering = ['-created_at']
static

Definition at line 46 of file models.py.

◆ verbose_name

str payment_service.models.PaymentNotification.Meta.verbose_name = "Notificación de pago"
static

Definition at line 44 of file models.py.

◆ verbose_name_plural

str payment_service.models.PaymentNotification.Meta.verbose_name_plural = "Notificaciones de pago"
static

Definition at line 45 of file models.py.


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