QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

credit_card_exp_month Property

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

Syntax

def get_credit_card_exp_month() -> int: ...
def set_credit_card_exp_month(value: int) -> None: ...

credit_card_exp_month = property(get_credit_card_exp_month, set_credit_card_exp_month)

Default Value

1

Remarks

The expiration month 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]