/n software 3-D Secure V2 Python Edition

Questions / Feedback?

card_type_description Property

Human-readable description of the CardType .

Syntax

def get_card_type_description() -> str: ...

card_type_description = property(get_card_type_description, None)

Default Value

""

Remarks

This property is filled after calling the validate_card method, and will contain a text description of the card_type. This is useful to distinguish different program cards. For instance, a card_type of ccDiners might have a corresponding card_type_description of "Diner's Club International", "Diner's Club Carte Blanche", or "Diner's Club enRoute".

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]