IPWorks OFX 2020 Python Edition

Questions / Feedback?

card_number Property

Credit card number.

Syntax

def get_card_number() -> str: ...
def set_card_number(value: str) -> None: ...

card_number = property(get_card_number, set_card_number)

Default Value

""

Remarks

This string contains the full credit card number, without dashes or spaces.

Some financial institutions, such as American Express, use the account number instead of the credit card number. This can be queried using the Account class or found on a recent card statement.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]