You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/flagright/types/card_details.py
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -21,27 +21,48 @@ class CardDetails(pydantic.BaseModel):
21
21
"""
22
22
Model for credit or debit card details
23
23
"""
24
+
24
25
method: CardPaymentMethod
25
-
card_fingerprint: typing.Optional[str] =pydantic.Field(alias="cardFingerprint", description="Unique card fingerprint that helps identify a specific card without having to use explicit card number. This is likely available at your card payment scheme provider <span style=\"white-space: nowrap\">`non-empty`</span> ")
description='Unique card fingerprint that helps identify a specific card without having to use explicit card number. This is likely available at your card payment scheme provider <span style="white-space: nowrap">`non-empty`</span> ',
0 commit comments