QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_exp_year Property

The expiration year associated with the Number on file for this customer.

Syntax

def get_credit_card_exp_year() -> int: ...
def set_credit_card_exp_year(value: int) -> None: ...

credit_card_exp_year = property(get_credit_card_exp_year, set_credit_card_exp_year)

Default Value

0

Remarks

The expiration year associated with the credit_card_number on file for this customer.

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