diff --git a/incognia/models.py b/incognia/models.py index 1140dd5..5661004 100644 --- a/incognia/models.py +++ b/incognia/models.py @@ -50,7 +50,7 @@ class PaymentMethod(TypedDict, total=False): type: Literal['account_balance', 'apple_pay', 'bancolombia', 'boleto_bancario', 'cash', 'credit_card', 'debit_card', 'google_pay', 'meal_voucher', 'nu_pay', 'paypal', 'pix', - 'credit_card_pos'] + 'pix_refund', 'credit_card_pos', 'ted', 'tef'] credit_card_info: CardInfo debit_card_info: CardInfo