We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57b4ea commit b9aaebcCopy full SHA for b9aaebc
checkout_sdk/payments/sessions/sessions.py
@@ -56,8 +56,8 @@ class PaymentSessionsRequest:
56
processing_channel_id: str
57
expires_on: datetime
58
payment_method_configuration: PaymentMethodConfiguration
59
- enabled_payment_methods: PaymentMethodsType
60
- disabled_payment_methods: PaymentMethodsType
+ enabled_payment_methods: list # PaymentMethodsType
+ disabled_payment_methods: list # PaymentMethodsType
61
items: list # payments.Product
62
amount_allocations: list # values of AmountAllocations
63
risk: RiskRequest
0 commit comments