Skip to content

Commit 989599a

Browse files
chore(docs): minor edits (#546)
1 parent e500d4e commit 989599a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lithic/types/three_ds/authentication_retrieve_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class AuthenticationRetrieveResponse(BaseModel):
320320
account_type: Optional[Literal["CREDIT", "DEBIT", "NOT_APPLICABLE"]] = None
321321
"""Type of account/card that is being used for the transaction.
322322
323-
Maps to EMV 3DS field acctType.
323+
Maps to EMV 3DS field `acctType`.
324324
"""
325325

326326
authentication_result: Optional[Literal["DECLINE", "SUCCESS"]] = None

0 commit comments

Comments
 (0)