refactor: swap currency
This commit is contained in:
@@ -10,8 +10,8 @@ class PurchaseRequestEntity:
|
||||
id: str
|
||||
organization_id: str
|
||||
status: str
|
||||
usdt_amount: Decimal
|
||||
rub_amount: Decimal | None
|
||||
rub_amount: Decimal
|
||||
usdt_amount: Decimal | None
|
||||
exchange_rate: Decimal | None
|
||||
service_fee_percent: Decimal | None
|
||||
comment: str | None
|
||||
|
||||
Reference in New Issue
Block a user