E-Payment Integrator 2020 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) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]