feat: products table in bill of payment
This commit is contained in:
13
external/billing/schemas.py
vendored
13
external/billing/schemas.py
vendored
@@ -87,3 +87,16 @@ class BillStatusUpdateRequest(BaseSchema):
|
||||
listener_transaction_id: int
|
||||
channel: NotificationChannel
|
||||
info: BillPaymentInfo | BillPaymentStatus
|
||||
|
||||
|
||||
class ServiceBillingDocumentPdf(BaseSchema):
|
||||
name: str = ""
|
||||
price: int
|
||||
quantity: int
|
||||
|
||||
|
||||
class ProductBillingDocumentPdf(BaseSchema):
|
||||
article: str = ""
|
||||
size: str = ""
|
||||
price: int
|
||||
quantity: int
|
||||
|
||||
Reference in New Issue
Block a user