Skip to content

Commit b3b667b

Browse files
author
Keryc Diaz
authored
Filter card_id with cuenca-validations (#115)
1 parent 65a5f2b commit b3b667b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuenca/resources/card_transactions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from cuenca_validations.types import (
44
CardErrorType,
55
CardNetwork,
6+
CardTransactionQuery,
67
CardTransactionType,
78
CardType,
89
)
@@ -16,6 +17,7 @@
1617
@dataclass
1718
class CardTransaction(Transaction):
1819
_resource: ClassVar = 'card_transactions'
20+
_query_params: ClassVar = CardTransactionQuery
1921

2022
type: CardTransactionType
2123
network: CardNetwork

0 commit comments

Comments
 (0)