[IMP] pms_api_rest: first approach transactions patch with isReconcilied field

This commit is contained in:
Sara Lago
2022-11-11 15:00:27 +01:00
committed by Darío Lodeiros
parent e250ebcc14
commit b6dad32428
2 changed files with 4 additions and 1 deletions

View File

@@ -40,3 +40,4 @@ class PmsTransactionInfo(Datamodel):
transactionType = fields.String(required=False, allow_none=True)
# REVIEW: Fields to avoid?:
partnerName = fields.String(required=False, allow_none=True)
isReconcilied = fields.Boolean(required=False, allow_none=True)